Table of Contents | ||
---|---|---|
|
...
Here is a quick overview of the browsers and platforms you can use for test executions using offline package.
Local | Remote | |||||||
---|---|---|---|---|---|---|---|---|
| IE | Firefox | Chrome | Safari | IE | Firefox | Chrome | Safari |
Windows |
|
Linux |
|
|
|
| ||||
Mac |
|
|
|
|
|
|
Executions on Virtual Machines:
BrowserStack | Sauce Labs | |||||||
---|---|---|---|---|---|---|---|---|
| IE | Firefox | Chrome | Safari | IE | Firefox | Chrome | Safari |
Windows |
|
| ||||||
Linux |
|
|
|
|
|
| ||
Mac |
|
|
|
|
|
|
Supported Browsers and Platforms for Report Viewing
...
| IE | Firefox | Chrome | Safari |
---|---|---|---|---|
Windows |
| |||
Linux |
|
| ||
Mac |
|
Offline Execution in Local Environment
...
- Selenium server jar version used in Qualitia offline package and downloaded at remote machines including Hub and Nodes should be same all over.
- Java needs to be installed and configured in computer's environment path.
- Port number used for hub is changeable and default port number is 4444.
- As hub selects node for execution at its own at run time, you cannot provide details for specific OS / Platform.
- To know more about how to setup Selenium grid hub and node it is recommend using the selenium grid links given below
To configure settings for remote execution in selenium grid:
...
Note |
---|
If you are providing these values through command line, each value should be provided within double quotes if values are containing spaces; otherwise, the spaces in values will result in inconsistencies. For example, java -jar Qualitia-Offline-xxx.jar platform="Windows 8.1". For more information on platforms, browsers, browser versions supported on Sauce, please refer https://saucelabs.com/platforms/. If you do not set these values against platform in the Sauce.properties file, all your test cases will be executed on Linux. Also, if you do not specify the version, test cases will be executed using the latest version of browsers. |
...
Note |
---|
|
...
- Download the Sauce connect zip on any machine in the network using following url: https://saucelabs.com/downloads/Sauce-Connect-3.1-r32.zip
- Unzip the folder.
- Open Command Prompt and navigate to the Sauce-connect.jar file followed by Sauce Username and Access key.
For example, <Location of the jar file>java -jar Sauce-Connect.jar parvinm ab8fa4d8-8c1f-4904-8353-b6074fc744fb - Press the Enter button.
...
- Open the qualitia.properties file from the config folder of offline package.
- Set ExecutionEnvironment as browserstack.
Once the qualitia.properties file is updated, you must configure the browserstack.properties file in order to execute offline package in the BrowserStack environment.
...
Qualitia gives you provision to set these values for Selenium. Selenium has its own control on what value to use and how to reflect them in Execution Browser. For more information about Selenium Capabilities, refer following links:
https://code.google.com/p/selenium/wiki/DesiredCapabilities
https://sites.google.com/a/chromium.org/chromedriver/capabilities
Reports
Execution reports display OS and Browser with their corresponding versions on its summary page along with the execution environment used. For example, if you have chosen execution as Sauce and execution browser as Firefox 42 on Windows 8.1 report is displayed as follows;
Note |
---|
|
...