6
Shouts

Is your test method self-validating ? - Mehfuz's WebLog

published 1122 days, 23 hours, 43 minutes ago posted by http://mehfuzh.myopenid.com/http://mehfuzh.myopenid.com/ 1123 days, 17 hours, 56 minutes ago
Monday, May 24, 2010 12:40:04 PM GMT Sunday, May 23, 2010 6:26:55 PM GMT

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 ...

category: Agile | clicked: 0 | | source: weblogs.asp.net | show counter code
tags: C#, JustMock