.NET news » Testing 
Software Testing with Visual Studio 2010 (Microsoft .NET Development Series)
Author: Jeff Levinson
Average rating: (0 reviews)
More .NET Testing books
ClassMaster 1.1
A learning, unit testing and performance profiling tool for Microsoft .Net. Use ClassMaster to accomplish the following tasks:
Shorten the write-debug-rewrite loop.
Test classes and their methods.
Discover the behavior of a library API quickly.
Learn and use internal and private undocumented methods.
Teach object-oriented programming concepts without going into language syntax.
.NET Profiling: Write Profilers With Ease Using High-Level Wrapper Classes
Here Joachim H. Frцhlich and Reinhard Wolfinger show you how to get all the great functionality of the .NET Profiling API the easy way, with custom wrappers.
8 Mar 2006, 18:00:00 Source: .NET Profiling: Write Profilers With Ease Using...
Tags: Performance
Testing
Mutant Power: Create A Simple Mutation Testing System With The .NET Framework
With mutation testing, the system under test is changed to create a faulty version called a mutant. Here James McCaffrey explains how to do this in .NET.
NTEST
NTest is an automated unit testing tool that generates unit tests with random inputs and runs them to test the robustness of your program.
Inspect object states and properties within your class modules, and manipulate them with a visual model to analyse code behavior.
Also acts as a test runner for your NUnit tests.
Test-Driven Development in .NET
An article presenting benefits and techniques for using test-driven development in .NET, specifically examining the NUnit testing framework.

