Way back in 2003 Marc Clifton wrote a series of articles on unit testing, it’s pros and cons and general process.  It is worth a read if your new to the whole thing and just getting started.  If you’ve been writting NUnits (or any other unit test) then you are probable already familiar with most of the content in the articles.

Advanced Unit Testing, Part I – Overview
Advanced Unit Testing, Part II – Core Implementation
Advanced Unit Testing, Part III – Testing Processes
Advanced Unit Testing, Part IV – Fixture Setup/Teardown, Repetition, & Performance
Advanced Unit Testing, Part V – Unit Test Patterns

Comments