2

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.

Efrain
  • 3,248
  • 4
  • 34
  • 61

1 Answers1

6

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!

Efrain
  • 3,248
  • 4
  • 34
  • 61