When using “Coded UI tests” in Visual Studio 2010, is there an easy way to start the application under test (AUT) only if the AUT is not already running?
I know that I can implement such a piece of startup code from scratch, but I wonder whether the Visual Studio test framework offers something out of the box.
It seems as if this can be done using this code:
The AUT is launched only if it is not already running.