show/hide this revision's text 2 added 3 characters in body

For .Net unittesting read this : "The Art of Unit Testing: with Examples in .NET"

About bestpratices best pratices :
What you said is right : Sometimes, it's difficult to write unittest unit tests because of the dependancy between classes... So write unittesting unit tests just after or just before ;-) the implementation of the classes. Like this, if you have some difficulties to write unittestthe tests, maybe it means you have a design problem !

show/hide this revision's text 1

For .Net unittesting read this : "The Art of Unit Testing: with Examples in .NET"

About bestpratices :
What you said is right : Sometimes, it's difficult to write unittest because of the dependancy between classes... So write unittesting just after or just before ;-) the implementation of the classes. Like this, if you have some difficulties to write unittest, maybe it means you have a design problem !