How do I stop a running MSTest unit test in VisualStudio 2012?
This seems silly, but I can't seem to find a way. I accidentally wrote a unit test that gets stuck at some point and waits forever.
How do I stop a running MSTest unit test in VisualStudio 2012?
This seems silly, but I can't seem to find a way. I accidentally wrote a unit test that gets stuck at some point and waits forever.
there IS a Cancel/Cancel all button in the TestExplorer window. (There is a new row of buttons between the search bar and the list of tests, which apparently is easily overlooked.)
Thanks Tyler!