-
拾起单元测试,再次上路
2009-09-02
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://bearwhisper.blogbus.com/logs/45598333.html

开始看这本书:The Art of Unit Testing With Examples in .NET。选择它,两个原因:
- 单元测试是保证代码质量的基石和安全网。
- 该书篇幅短小精湛,而且非常实用。非常期待看到Chapter 8中的Tough Questions and Answers,其中有对如下问题的回答。
- How much time will this add to the current process?
- Will my QA job be at risk because of this?
- How do we know this is actually working?
- Is there proof that unit testing helps?
- Why is the QA department still finding bugs?
- We have lots of code without tests: where do we start?
- We work in several languages: is unit testing feasible?
- What if we develop a combination of software and hardware?
- How can we know we don’t have bugs in our tests?
- My debugger shows that my code works: why do I need tests?
- Must we do TDD-style coding?
如果能够顺利回答这些问题,相信unit test的实施就不是问题了。
随机文章:
令人恍惚的日程——项目经理应该小心的游戏之十六 2009-05-06Uncle Bob谈软件开发的职业素养之一 2009-04-28思考:名人的公权力(还是公权利?还是隐私权)有没有界线?界线何在? 2009-04-15观察 2009-04-13读库是什么? 2009-01-19
收藏到:Del.icio.us







