0
kicks
Unit test guidelines Part 1 to 5
A multi-part article on how to properly write unit tests. It discusses when unit tests should be used in the application life cycle, what it looks like, what are the different ways to approach unit testing (black box, white box, behavior drivent testing, interaction based testing, etc.) , how to mock, what not to test and finally a list of guidelines which summarize what to do and what not to do.