Interview Questions

Free .NET Unit Testing Tools

List of Software Test Tools


(Continued from previous question...)

Free .NET Unit Testing Tools

Free .NET Unit Testing Tools

Tool/Product Name Requirements Comments
ASPUnit Microsoft IIS ASPUnit is a unit testing framework based on the architecture of JUnit, the current open source de facto standard for unit testing. ASPUnit is a web-based port of COMUnit using Active Server Pages
BizUnit . NET environment Test Framework for automated testing. It enables the rapid development of test cases, specifically targeted by not restricted to testing BizTalk solutions.
csUnit Microsoft .NET framework, Win SP2 csUnit is your unit testing tool for the Microsoft .NET Framework. You can use it with all .NET languages including C#, Visual Basic .NET, J#, and managed C++
Nester .NET Framework, NUnit 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. Basically Nester is a .NET port of Jester slightly adjusted for C#.
NUnit . NET environment NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.2, is the fourth 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.
TestDriven.NET . NET environment TestDriven.NET is a zero friction unit testing add-in for Visual Studio .NET. It is compatable with NUnit, MbUnit and Team System. You can download the full add-in from http://www.testdriven.net/. This project only contains the NUnit driver for TD.NET
NUnitAsp . NET environment 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
NUnitForms . NET environment NUnitForms is an NUnit extension for unit and acceptance testing of Windows Forms applications. It is easy to write automated tests for your Windows Forms classes.
Zanebug . NET supported environment Zanebug is an advanced tool for comprehensive unit and integration testing. Int is an outgrowth of and improvement on NUnit
Adapdev.NET . NET supported environment Adapdev.NET is an enterprise library focused on enhancing the .NET core library and adding new functionality where needed. It is a combination of custom code, contributed code, and code harvested from various projects and articles

(Continued on next question...)

Other Interview Questions