Versions Compared

Key

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

You can execute the test cases using offline package after configuring settings accordingly. This gives you provision to trigger suite execution using any machine in the network. You do not need to move the offline package to different machines to execute it.

You can do it in the following two ways:

Table of Contents
maxLevel1

...

  1. Open the qualitia.properties file from the config folder of offline package.
  2. Set the ExecutionEnvironment value as Remote.
  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/wd/hub

Multiexcerpt include macro
nameOfflinePackageExecution
pageGetting Started with Qualitia Offline PackageBot

It uses browsers available on local machine for test case executions. For example, if you have selected "Firefox" as an execution browser and the local machine has Firefox version 42, Qualitia continues execution using Firefox version 42. Execution Reports are displayed on the local machine after executing the test cases.

...

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

For more information about executing test cases using browser capabilities, refer to the Execution using Browser Capabilities section.

Mobile Test Case Executions

In order to execute mobile test cases on the remote machine, make sure that Appium server is up and running on the designated remote machine.For more information about installing Appium Server, refer to the Qualitia Online Help.

Remote Execution through Selenium Grid

...

Multiexcerpt include macro
nameOfflinePackageExecution
pageGetting Started with Qualitia Offline PackageBot

It uses browsers available on local machine for test case executions. For example, if you have selected "Firefox" as an execution browser and the local machine has Firefox version 42, Qualitia continues execution using Firefox version 42. Execution Reports are displayed on the local machine after executing the test cases.

...

In order to execute mobile test cases using selenium grid, make sure that Appium server is up and running on the designated node.For more information about installing Appium Server, refer to the Qualitia Online Help.