I set breakpoints and then run "Run Tests" in Visual Studio. Why doesn't MSTest work before my breakpoints?
Choose Debug Tests In Current Context (or else)
Debug
Tests In Current Context
For Visual Studio 2012 Express, I chose:
TEST → Debug → All Tests
TEST
All Tests
When using MSTest through the Start external program "mstest", specify the /noisolation .
Start external program
/noisolation