.: Unit Test
NTest 1.0
NTest is an automated unit testing tool that tests class modules written on the Microsoft(R) .NET Framework that unlike other tools on the market, is capable of generating complete test cases for your .NET application, and allows you to interact with your code to create and run tests quickly.
.net, automated testing, automated unit testing, black-box testing, regression testing, unit test, ntest, nunit, vb.net, c#,
Typemock 4.31
The Typemock Isolator developer tool is an add in for Visual Studio .NET ( 2005/2008) that simplifies unit testing by making a cleaner code and eliminating the need to refactor your code specifically for unit testing.This add in gives the Agile developer tools to isolate, stub or mock any class in the system, such as sealed, abstract, and static classes or methods.The software installation supports .NET 2.0, 3.0 and 3.5 (C#, VB, VB.NET)
agile, test driven development, (tdd), behavior driven development, (bdd), dependency injection, (di), aspect oriented programming, (aop), inversion of control (ioc),