views:

47

answers:

3

Hello

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

A: 

There are several. One of them is mbUnit http://www.mbunit.com/

OhBugger
I guess it is a unit test framework. It is not a TEST RUNNER. I was asking for something like UnitRun by JetBrains(which is discontinued - http://www.jetbrains.com/unitrun/) which helps us to run the tests right from Visual studio.
NLV
JetBrains discontinued it because a test runner is now part of resharper :(
Grzenio
A: 

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.

Vadim
But i cant use it in work place, right? That is why i'm looking for an alternative. I love TestDriven.net in my home :).
NLV
A: 

There's nothing in the Personal licence that means it can't be used on commercial projects. It's "personal" in that the license is bound to the person who downloaded it; for example, you're not allowed to download it once and install it on your co-workers machines.

I do suggest that professional developers purchase a license (or more reasonably persuade their employer to). There is however always the free option for budget-constrained users.

You can read more on my July, 2006 post here: http://weblogs.asp.net/nunitaddin/archive/2006/07/10/EnterpriseAndProfessional.aspx

I hope that makes sense.

Regards, Jamie.

jcansdale