Versions Compared

Key

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

Table of Contents
absoluteUrltrue

...

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

(tick)(tick)(tick)

 (error)

(tick)(tick)(tick)
 
(error)

Linux

 (error)

(tick)(tick)

 (error)

(error) 

(tick)(tick)

(error) 

Mac

 (error)

 (error)

(error) 

(tick)

(error) 

(error) 

(error) 

(tick)

Executions on Virtual Machines:

BrowserStack

Sauce Labs

 

IE

Firefox

Chrome

Safari

IE

Firefox

Chrome

Safari

Windows

(tick)(tick)(tick)

 (error)

(tick)(tick)(tick)

(error) 

Linux

(error) 

 (error)

(error) 

 (error)

 (error)

(tick)(tick)

(error) 

Mac

 (error)

 (error)

(error) 

(tick)

 (error)

(error) 

 (error)

(tick)

Supported Browsers and Platforms for Report Viewing

...

 

IE

Firefox

Chrome

Safari

Windows

(tick)(tick)

(error)

 (error)

Linux

 

(tick)

(error)

 (error)

Mac

 

(tick)

(error)

(tick)

Offline Execution in Local Environment

...

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
  • For more information about property possible values, refer the saucemobile.properties file.
  • You can use the Platform Configurator maintained by Sauce Labs to get the exact values of properties to set in the configuration files. Open Platform Configurator, select the properties based on which you want to configure your device on Sauce Labs and you will find the list of properties to be set in the configuration file at the end of page.
  • 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 specify the version of browsers, test cases will be executed using the latest version of browsers.

...

  1. Download the Sauce connect zip on any machine in the network using following url: https://saucelabs.com/downloads/Sauce-Connect-3.1-r32.zip
  2. Unzip the folder.
  3. 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
  4. Press the Enter button.

...

  1. Open the qualitia.properties file from the config folder of offline package.
  2. Set ExecutionEnvironment as browserstack.

Image Modified

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
  • For Execution through remote environment, OS version is not displayed.
  • For execution through any environment on Linux, OS version is not displayed.
  • For execution on local environment on Windows 8.1, the OS details are shown as 'Windows NT (UNKNOWN)'.

...