TestDriven.NET - Free unit test tool for Visual Studio

Posted by Guilherme Cardoso on Geeks with Blogs See other posts from Geeks with Blogs or by Guilherme Cardoso
Published on Thu, 27 Jan 2011 20:14:13 GMT Indexed on 2011/01/28 23:27 UTC
Read the original article Hit count: 652

Filed under:
Logo
Developers that use unit testing are familiar with Resharper and his plugin for Unit Testing.
For those that like me, don't have a great pc hardware (Pentium 4, 3ghz, 1GB ram) the Resharper can be really slow, and affect the performance of pc. That's why i use TestDriven.NET

TestDriven.NET is a freeware license tool (there are others licenses for this product) that gives us the possibility to run unit tests with this plugin, that's integrated with Visual Studio.
You can check some screenshots here: http://www.testdriven.net/Screenshots.aspx
It's compatible with: NUnit, MbUnit, MSTest, NCover, Reflector, TypeMock, dotTrace and MSBee.

More information and free download here: http://www.testdriven.net

© Geeks with Blogs or respective owner