Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can execute test cases on remote environment using Selenium supported Browser Capabilities.

...

  1. Download the Selenium-server-standalone jar file on Hub machine.
  2. Launch the command prompt and navigate to the location where Selenium-server-standalone jar file is saved.
  3. Execute command "java -jar selenium-server-standalone-2.xx.x.jar -role node–hub http://hubIP:4445/grid/register".

...

Image Added

Configuration Settings

Before executing test cases in remote execution in Selenium grid, you need to configure settings accordingly.

...

To configure settings for remote execution in selenium grid:

  1. Open the qualitia.properties file from the config folder of offline package.
  2. Set the ExecutionEnvironment value as remote to inform qualitia-offline.jar that offline package has to be executed on a remote machine.
  3. Set the RemoteURL value to a valid remote URL that is IP and port of remote machine. For example: RemoteURL=http://192.168.25.123:4445

...

  1. Set the GridPlatform value to valid platform where you want to execute test cases.
    For example: Set the GridPlatform=Win10

Offline Remote Execution and Reports

...