NUnit Runner for Visual Studio 2008 and 2010

Many developers are using TestDriven.net as a test runner. I have also tried it – it’s great! However, it is free only for personal usage. For professional usage, you need to buy a licence. There are many alternatives to running tests. My favorite test framework is NUnit. For running NUnit tests, one may use its GUI tool.

Recently I came accross a new GUI tool for running NUnit tests. It’s (suprisingly :) ) called Visual NUnit. It is integrated in Visual Studio and provides many features like:

  • Easy and fast NUnit test execution
  • Easy test debugging
  • NET 2.0, 3.0, 3.5 and 4.0 support
  • Test execution progress, time and summary
  • Stack trace view
  • Test filtering based on project, namespace and fixture

Like this post?
Tell your friends, colleagues or fellows what you have read.

  • del.icio.us
  • LinkedIn
  • Twitter
  • Facebook

Filled under Testing, Tools.

One Comment

Open Coding » Test-Driven Development with ASP.NET MVC  on August 3rd, 2010

[...] run the test I need a test runner. I am using Visual NUnit as it is really simple and easy to integrate with Visual Studio [...]

Leave a Comment