Microsoft .NET Unit testing Tools
csUnit
Description: csUnit is a unit testing framework for the Microsoft .NET Framework. It targets test driven development using C#, Visual Basic .NET, and managed C++.
Requirement : csUnit has been tested using the Microsoft .NET framework 1.0 Service Pack 2 runtime on an Intel-compatible platform.
Unit Testing with C# Tutorial
How do I make use of the Assert class? How do I implement simple test cases for my class? How do I integrate csUnit with my code? These are some of the questions, which are answered in this all new tutorial.
Nester
http://nester.sourceforge.net/
Description: Nester is a tool for mutation analysis of your source code in order to assess the adequacy of your tests. It involves modification of programs to see if existing tests can distinguish the original program from the modified program.
Requirement: Win32; .NET Framework 1.1; NUnit 2.1.5
NUnit
Description: NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current version, 2.0 is the second major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.
Requirement: Windows NT/2000
NUnit Addin for Visual Studio.NET
http://sourceforge.net/projects/nunitaddin/
Description: Point and Test NUnit integration for Visual Studio.NET. The aim of this project it to simplify testing and debugging using the NUnit framework inside of Visual Studio.NET.
Requirement: Windows
NUnitAsp
http://nunitasp.sourceforge.net/
Description: NUnitAsp is a tool for automatically testing ASP.NET web pages. It’s an extension to NUnit, a tool for test-driven development in .NET.
Requirement: Windows NT/2000
NUnitForms
http://nunitforms.sourceforge.net/
Description: An NUnit extension for testing Windows Forms applications, making it easy to write unit tests for your Windows Forms classes.
Requirement: Windows NT/2000
Zanebug
http://www.adapdev.com/zanebug/
Description: Zanebug is an advanced unit testing application for .NET. It supports existing NUnit tests, performance metrics, multiple test iterations, in-depth error information, pass / fail stats, perfmon integration, result graphing, etc.
Requirement: Windows