views:

476

answers:

3

What is the best dot net unit test framework with visual studio integration?

A: 

MSTest is built into Visual Studio 2008 and is fully integrated, including file deployment options and code coverage source highlighting.

Mark Cidade
The interface is a real PITA to use though.
Grzenio
In what way? I find it similar to NUnit.
John Saunders
+1  A: 

testdriven.net gives you unit test integration in VS for pretty much any framework you want to use.

Sam Saffron
+1  A: 

Testdriven.net or Nunit with Resharper.

Cherian
I think you meant: Nunit with Testdriven.net or resharper :)
eglasius