Sunday, May 23, 2010 5:17 PM mehfuzh Is your test method self-validating ?
Writing state of art unit tests that can validate your every part of the framework is challenging and interesting at the same time, its like becoming a samurai. One of the key concept in this is to keep our test synced all the time as underlying code changes and thus breaking them to the furthest unit as possible. This also means, we should avoid multiple conditions embedded in a ...
No comments yet, be the first one to post comment.