How can a master tell a slave test item to stop without everything stopping
When theTimeoutEvent occurs our handler performs these two steps: Call MyCommon.TerminateRemoteApplication("MyApplication.exe") Call MyCommon.RebootSlaveHost() It works fine wit...
Thanks for the reply. Using Job.Stop or Task.Stop also causes the entire test run to stop and present the success/failure pie chart rather than just stopping the current test item. :-(