TestDriven.NET Releases Professional and Enterprise Editions
The previously-free automated unit testing add-in for Visual Studio .NET, TestDriven.NET, now charges licensing fees for its use beyond the Personal edition.
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.
Discuss
- 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.
Community comments
Educational Content
Writing Usable APIs in Practice
Giovanni Asproni May 19, 2013
Concurrency in Clojure
Stuart Halloway May 17, 2013





Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think