How to stop all the debug unit tests in one go?
Answered
How to stop all the debug unit tests in one go? It seems debug unit tests are running in parallel and I have to manually stop each one.
Please sign in to leave a comment.
Hi Abdu Bukres,
By default unit tests debug does not execute in parallel. It may be in two cases:
In any way, the test runner process is not as simple to stop as a console application. It may take time or can be even impossible in rare cases.
To terminate all test runner processes immediately, make the second click to the stop button in the Unit Test Session tool window. The first click sends a graceful close signal, the second, with a red hand, terminates all the processes.