Testing with a Remote Open Agent
To replay tests against an application on a remote machine with
Silk4J
, perform the following actions:
Create a test against the application on the local machine.
Install the Open Agent on the remote machine.
For additional information, refer to the
Silk Test
Installation Guide
.
Start the Open Agent on the remote machine.
In the test script, specify the remote machine as a new desktop.
For example, add the following line to the script:
private Desktop desktop = new Desktop("<IP address or network name of remote machine>");
Parent topic:
Remote Testing with the Open Agent