Chinaunix首页 | 论坛 | 博客
  • 博客访问: 657892
  • 博文数量: 1655
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 16800
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-28 11:10
文章分类

全部博文(1655)

文章存档

2008年(1655)

我的朋友

分类: LINUX

2008-05-28 13:24:16

In test driven development, you first write an executable test of what your application code must do. Only then do you write the code itself and, with the test spurring you on, you improve your design. In acceptance test driven development (ATDD), you use the same technique to implement product features, benefiting from iterative development, rapid feedback cycles, and better-defined requirements. TDD and its supporting tools and techniques lead to better software faster.

Test Driven brings under one cover practical TDD techniques distilled from several years of community experience. With examples in Java and the Java EE environment, it explores both the techniques and the mindset of TDD and ATDD. It uses carefully chosen examples to illustrate TDD tools and design patterns, not in the abstract but concretely in the context of the technologies you face at work. It is accessible to TDD beginners, and it offers effective and less well known techniques to older TDD hands.

What's Inside

Learn hands-on to test drive Java code

How to avoid common TDD adoption pitfalls

Acceptance test driven development and the Fit framework

How to test Java EE components-Servlets, JSPs, and Spring Controllers

Tough issues like multithreaded programs and data access code

Test Driven PRACTICAL TDD AND ACCEPTANCE TDD FOR JAVA DEVELOPERS 下载地址
阅读(178) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~