Developers blog, .NET, C#, VB.NET, ATLAS, AJAX, WWF, ORM, LINQ, ARCHITECTURE and more by Frank Kroondijk |
|
ProfileFrank KroondijkSoftware developerSoftware architectBlog profile
Links
Archives
200 feeds |
zondag, maart 19, 2006Achieving 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 |