after running below method still my WCF application closes. not sure why. where it worked well with
BrowserWindow .
can you pls guide me
[TestMethod]
[TestCategory(TestCategories.FunctionalGenesys)]
public void ApplicationLaunch()
{
// Step 1: Launch
ApplicationUnderTest aut = ApplicationUnderTest.Launch(@"C:\test.bat");
aut.CloseOnPlaybackCleanup = false;
}
OS : Win 7 Enterprise Service Pack 1