testcase MyTestcase ()
Connect ("Ontario")
// Call first testcase
DoTest1 ()
// Call second testcase
DoTest2 ()
Disconnect ("Ontario"
When you are driving only one remote target, there is no need to specify the current machine; all test case code is automatically directed to the only connected machine.
When you use the multi-application support functions, you do not have to make explicit calls to Connect; the support functions issue these calls for you.