Skip navigation.

Reduce runtime errors through unit testing

Reduce runtime errors through unit testing

The idea behind unit testing can be summed up by the old aphorism 'a stitch in time saves nine'. We show you how to catch mistakes early in development

Microsoft's submission of the C# language and the CLR (Common Language Runtime) as industry standards has led to many open source projects based on the .NET platform.

One such notable project is NUnit, a unit-testing framework for all .NET languages. I'll demonstrate the simplicity of using NUnit to effectively unit test your code.

Author: Tony Patton
Published: April 11, 2005