Testing with a Remote Open Agent

To replay tests against an application on a remote machine with Silk4J, perform the following actions:
  1. Create a test against the application on the local machine.
  2. Install the Open Agent on the remote machine. For additional information, refer to the Silk Test Installation Guide.
  3. Start the Open Agent on the remote machine.
  4. 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>");