zondag, maart 19, 2006

 

Achieving And Recognizing Testable Software Designs – Part I

nice article...

Here’s my current definition of a testable system:

“For each logical part of the system, a unit test can be written relatively easily and quickly that satisfies all the following PC-COF rules at the same time:

Partial runs are possible
Consistent results on every test run
Configuration is unneeded before run
Order of tests does not matter
Fast run time”

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

TestDriven Map:
http://idp.shmarya.net/?p=65

j-unit in 4 minutes:
http://www.instrumentalservices.com/media/articles/java/junit4/JUnit4.pdf