How to setup distributed testing so software under test does not restart
In Test Complete 9 I had set up distributed tests where action
after run was set to Nothing. This allowed me to resume where I was on the application. Now, with Test Complete 10 the application under test automatically gets shut down when it logs into the remote computer. This is causing our tests to fail because it is dependent on the application being open.
Any suggestions on how to resolve the issue?
Thanks,
Jeff