- Personal edition for trial purposes, students, or open source developers
- Professional edition for developers responsible for obtaining their own tools
- Enterprise edition for organizations who need to install TestDriven.NET on multiple machines
TestDriven.NET makes unit testing convenient because developers can remain in their IDE to run the tests. The product works with several major unit testing frameworks, including NUnit, MBUnit, and Visual Studio Team System. Also, any method in .NET can be executed as an ad hoc test with full debugging support by using TestDriven.NET ("Test With...Debugger" option).
All TestDriven.NET editions also integrate with NCover, an open-source tool to measure code coverage for .NET projects. Through the "Test With...Coverage" option, TestDriven.NET users can see a visual tool highlighting code areas not covered by the executed tests (in pink), and covered code in blue. In addition, NCover shows statistics on the percentage covered at the solution, project, class, and member levels.