Run/Debug Test in Current Context with Visual Studio 2012

Viewed 16094

In VS2010, one can Run or Debug Tests in Current Context.

That made it easy to click on a test I had just added or modified and run it (Ctrl-R T) or debug it (Ctrl-R Ctrl-T). (or with my gaming keyboard... G1 ;-)

The only way I can find to run a specific test is to locate it in Test Explorer and run it from there. That requires shifting my focus away from the code I'm working on.

Is there something equivalent to Current Context in Visual Studio 2012?

5 Answers
Related