TestDriven.NET is a third-party unit testing add-in for Visual Studio that helps developers turn this concept from breathless prose into hard-coded reality. It supports a variety of unit testing frameworks, including Visual Studio Team System (aka MSTest), MbUnit, xUnit, and NUnit. TestDriven.NET works with all .NET Framework versions. Earlier iterations of TestDriven.Net were developed specifically for NUnit and went by the NUnitAddIn product name.
TestDrive.NET supports the following kinds of functionality:
- Single-click execution of unit tests within any method, class, namespace, project or solution right from inside Visual Studio.
- Snap evaluations for methods or properties using simple ad-hoc tests (right-click and select Run test(s) or Test With > Debugger).
- Ability to view any
Requires Free Membership to View
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.
Hannah Smalltree, Editorial Director- module or stack frame inside .NET Reflector while debugging inside Visual Studio.
- Executes inside its own process context to permit testing sans side effects.
- Support for debugging and code coverage analysis on any target tests.
- Works with all major .NET languages, including C#, C++, F#, and Visual Basic.
- Works with Visual Studio 2003, 2005, 2008 and 2010, running on 32- and 64-bit versions of Windows 2000, XP, Vista plus Windows Server 2003 and 2008.
Pricing for TestDriven.NET starts at $170 per seat for professional developers and $210 per seat for enterprise developers, but per-seat discounts are available; a free personal edition is available for trial, student or open source development use. See the TestDriven.NET download page for access, and the Quickstart page for a nice introductory tutorial.
Ed Tittel is a full-time writer and trainer whose interests include XML and development topics, along with IT Certification and information security topics. E-mail Ed at etittel@techtarget.com with comments, questions or suggested topics or tools to review.
This was first published in February 2009