skinapi 发表于 2006-3-19 23:43:21

Achieving And Recognizing Testable Software Designs – Part I

http://weblogs.asp.net/rosherove/articles/Design4Tesatbility1.aspx

Roy Osherove归纳出的5条原则:
1、Partial runs are possible

2、Consistent results on every test run

3、Configuration is unneeded before run

4、Order of tests does not matter

5、Fast run time
详细介绍请看链接
页: [1]
查看完整版本: Achieving And Recognizing Testable Software Designs – Part I