Would anyone recommend me a unit testing framework for MVC ? There are a lot of choices which gets me confusing which framework to choose.
NUnit or XUnit.Net or MSTest ??
Thanks, Venkat
I agree-all three are good. It maybe not to the point but it's much harder to find good Mocking Framework,because it's not easy to mock DbContext class (especially when You use Sql Server). If You use it i can recommend TypeMock,otherwise RhinoMocks will be good.