views:

128

answers:

2

When I create a MVC web application in Visual Studio 2010 it offers also to create a testing project using one of framework from the list.

But I have only VS built-in testing framework in it.

Is it possible to add NUnit there?

+1  A: 

You may follow the directions in this article. If you don't care about the template, just select No when asked about creating a test project and later add it manually to the solution.

Darin Dimitrov