Tuesday, August 20, 2013

Run all unit tests in a ASP.NET solution in Visual Studio with MSTest!

  • At VS2012: Test > Run > All Tests
  • At VS2010: Test > Run > All Tests in Solution
Remember: You must explicitly create a test project as a test project if you wish to use MSTest with it.

No comments:

Post a Comment