Tag: Unit Testing

Review: Test-Driven Development by Example

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!

November 26, 2009 @ 4:53 pm — 0 Comments

Posted in Books — Tagged ,

Review: The Art of Unit Testing

Review: The Art of Unit Testing

A well-written book that takes novice or intermediate unit-testers to a higher level.

October 31, 2009 @ 6:50 pm — 0 Comments

Posted in Books — Tagged ,

.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, [...]

October 23, 2008 @ 11:06 am — 3 Comments

Posted in Programming, Software — Tagged , , ,

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

June 8, 2008 @ 3:39 pm — 0 Comments

Posted in Programming — Tagged , ,