加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Test Driven: TDD and Acceptance TDD for Java Developers

发布时间:2020-12-13 20:33:54 所属栏目:百科 来源:网络整理
导读:版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp In test driven development,you first write an executable test of what your application code
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp

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 http://rapidshare.com/files/64592834/1932394850.zip http://depositfiles.com/files/2146518

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读