Search code examples
unit-testingvisual-studio-2005nunittestdriven.net

Open source alternative for TestDrive.net 'Visual Studio add in' for unit testing?


I searched about this in SO and dint find a post on this. Since TestDriven.net is ONLY free for personal use, is there any other open source visual studio add in available for running NUnit test cases?

Thank you.

NLV


Solution

  • TestDriven.net is my #1 choice. It's free for open source developers. Get involved with OSS community.

    You can use Gallio that works with most unit testing frameworks. Here are some links about integration of Gallio and VS.

    If you are ReSharper user (R# is not free but must have for any .NET developer), you can easily run your test from VS using this great tool. Here is how.