Open
Description
I recently ran into a situation where my Windows application crashed during a test, causing all subsequent tests to fail. Has anyone designed some test logic to check if the application is active at the end of each test and relaunch if appropriate before the next test starts? I'm working in C# using the Visual Studio Unit Test project format.