I am executing a Test to Automatically start my Windows Application. To lauch the Windows Application; the Code used is "Application.Run(Client.MainForm.GetInstance())";. The Debug point comes out of this piece of Code only after i close the Windows Application.
I cannot run any other tests until then. If i try to do so; Visual Studio throws me an error "Cannot start more than one local run". IS there a way out of this problem?