Unit Testing Using Design by Contract and Equivalence Partitions
暂无分享,去创建一个
Extreme Programming [1] and in particular the idea of Unit Testing can improve the quality of the testing process. But still programmers need to do a lot of tiresome manual work writing test cases. If the programmers could get some automatic tool support enforcing the quality of test cases then the overall quality of the software would improve significantly.
[1] 簡聰富,et al. 物件導向軟體之架構(Object-Oriented Software Construction)探討 , 1989 .
[2] Boris Beizer,et al. Software testing techniques (2. ed.) , 1990 .
[3] Boris Beizer,et al. Software Testing Techniques , 1983 .
[4] Kent L. Beck,et al. Extreme programming explained - embrace change , 1990 .