Tag: Unit Testing
Review: Test-Driven Development by Example
Test-Driven Development by Example is enough introduction to start one working in code by writing tests first. This book goes into just enough detail for a coder to build quality code with confidence – by ensuring the quality is in the code to start!
Review: The Art of Unit Testing
A well-written book that takes novice or intermediate unit-testers to a higher level.
.NET Projects: Code Coverage with NCover
Introduction
This series has carried on for a while now. In the process, I’ve covered setting up and organizing a Subversion repository for code versioning, using NAnt for automated builds, FxCop and NDepend for code analysis and metrics, and NUnit for unit tests. The preceding sections are linked below for reference.
source control – Subversion – setup, [...]
.NET Projects: Unit Testing with NUnit
In keeping with my ongoing series of .NET development practices, I have written an introductory article on unit testing code with NUnit.




