This functionality is supported only if you are using the Open Agent.
To replay tests against an application on a remote machine with Silk Test Classic, perform the following actions:[ ] HANDLE hOpenAgent [ ] hOpenAgent = Connect("agentmachine", OPEN_AGENT)To execute a command in the test script on the remote machine, add the handle to the command. For example, if the command in the local test script was SomeAgentFunction, change the command to the following:
[ ] hOpenAgent->SomeAgentFunction()For additional information, see Connect Function.