...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Introduction
Sauce Labs is a cloud environment which allows users to run tests in the cloud using different combinations of operating systems, browsers, and browser versions. In this environment all tests are executed on Sauce Labs VM. You can view the ongoing suite execution on Sauce Lab's Dashboard.
...
An active account with valid user name / password
Sufficient balance of execution hours.
Info |
---|
After logging to Sauce Labs, click Data Center located at the top-right corner, and select the Time Zone to USE West 1. |
Mandatory Settings in Qualitia
You must create execution profiles that are solely used for execution on Saucelabs platform from Qualitia Client or offline package. In those execution profiles, you must define the settings that are mandatory for test suite execution.
Mandatory Settings in the Associated Execution Profile
Do the following in the order listed:
From the Environment list, select as Cloud.
From the Cloud Platform list, select Sauce.
Select the Edit Desired Capabilities checkbox
Select or enter the following values:
Url
username
accesskey
To test on a desktop web application, select usew3c as True.
To test on a mobile application,
Enter the Platform Version only and do not edit the default value for the Native Object sync time.
Do not add the same capabilities that are already specified in Sauce labs Mobile section, such as deviceName.
For iOS mobile application, ignore value present in Appium Server URL as it is mandatory field. It is not used in the execution.
To test on a mobile hybrid application, select nativeWebScreenshot as True.
To test on an iOS native or hybrid application, perform the following actions:
From the automationName drop-down, select XCUITest.
Enter the latest Appium version number as the appiumVersion.
Additional Recommendations:
In the Execution Parameters tab, select ScreenCaptureMode as Browser.
Viewing Current Execution on Sauce Lab's Dashboard
Once you have triggered the offline execution, you can view the status of your ongoing executions on the Sauce Lab's Dashboard. Each test case appears on dashboard as a single job with execution status against it. All the test cases are taken one by one by the sequence they are arranged in Suite. The status is updated after each test execution is completed on Sauce Lab environment with its status (fail / pass) against it. You can view the execution of test case clicking the current job on Dashboard.
You can record your test case execution configuring the sauce.properties file accordingly.
Set the recordVideo value as true and all the test case executions will be recorded.
You can download these videos once the test execution is completed from the Metadata tab. The video contains the execution of all the test cases available in Suite as the value set against QualitiaExecMode in the associated execution profile is PS (refers to per suite).
...
Execution Reports
Test execution reports are launched on the machine from where the execution was triggered after the test case execution is completed. You can also download the video of test case execution from the Metadata tab.
...
Execution Guidelines
To execute tests on Sauce Labs, follow these steps:
Open Qualitia Automation Studio and login.
Go to the Execute tab.
Click Execution Profile.
Click the plus icon to add new Execution Profile.
Provide a name for the Execution Profile.
Under Execution Configuration > Web Environment select Sauce Labs
Under Web Execution Platform select Sauce Labs.
In the Desired Capabilities window, enter all the following mandatory fields by selecting the checkbox:
url
username
accesskey
You can find the URL in the User Settings option present under the Account menu.Username and Access key are present under the Username & Access key menu.
Select the browser under Browser and enter the version in the Desired Capabilities section.
Navigate to the Suite Execution tab.
Create a test suite and test case.
Select the Execution Profile you created.
Go to Sauce Labs.
From the left navigation panel, select Automated > Test Results and verify the execution.
You can also see the video recording as shown in the following screenshot:
Execution of Tests Running Behind Firewall (on Private Networks)
Few applications are configured to be accessed using private networks. Such applications deny access when they are being accessed from other than local networks and so from Sauce Lab. Executing test cases on Sauce for such applications needs special configurations.
...
Open the associated execution profile.
Under Edit Additional Capabilities, set the desired value for slw.tunnelIdentifier.
The value set here for this key will be required when executing sc.exe in step 6. For more information on configuring this property, refer Sauce Labs documentation.Download the Sauce Connect Proxy on any machine in the network using following url:
https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+ProxyExtract the folder at the suitable location.
You will find the sc.exe file in the bin folder.Open Command Prompt and navigate to the folder where sc.exe file exists.
Enter the following command.
Code Block sc -u <sauce_username> -k <accesskey> -i <tunnelID> For example: sc -u john.doe -k 8becc95c-4559-4582-a617-7d38544797a2 -i tunnel-1232
Press Enter.
Once the SC.exe file is executed successfully, you can execute your offline tests on Sauce environment using the same method mentioned above.
Execution using Browser Capabilities
You can also execute test cases on remote environment using selenium supported Browser Capabilities.
For more information on this, please refer to the Execution using Browser Capabilities section.
Executing Test Cases on iOS Devices
If you are executing test cases on iOS mobile devices using Sauce Labs, you need to configure settings in the iosdc.properties file accordingly.
If iOS device is 9.3.x and below, automationname should be Appium or
If iOS device is 10.0.x and above, automationname should be XCUITest.
Execution using W3C Protocols
W3C-compliant Selenium capabilities and protocol is supported for test case executions in the Sauce Labs environment with selenium v3.11.0 and above.
...