test-suite
latest
false
- Getting Started with Test Suite
- Studio
- Test Suite - Studio
- Overview
- Testing activities and APIs
- Orchestrator
- Testing robots
- Test Manager
- Change Impact Analysis
- Requirements
- Assigning test cases to requirements
- Linking test cases in Studio to Test Manager
- Unlink automation
- Delete test cases
- Document test cases with Task Capture
- Create test cases
- Importing manual test cases
- Generate tests for requirements
- Cloning test cases
- Exporting test cases
- Automate test cases
- Manual test cases
- Applying filters and views
- Test sets
- Executing tests
- Documents
- Reports
- Export data
- Bulk operations
- Searching with Autopilot
- Troubleshooting
Cloud devices
Test Suite User Guide
Last updated Nov 15, 2024
Cloud devices
To add a device from Sauce Labs into MDM, perform the following steps:
- Visit the Sauce Labs website and go to Platform Configurator.
- Under Platform, select the desired operating system (OS) and
version.
For example, you can select
Android 13.0 Emulator
. - Under the OS configuration, select the desired device type.
For example,
Android Google API Emulator
. - Under Config Script, select the Appium version to use, and the
programming language for displaying the configuration script.
For example, you can select
Appium 2.0.0
andc#
as the programming language.Figure 1. The platform configurator for Sauce Labs
- Refer to the configuration script generated in Sauce Labs to configure your
device in MDM:
- Appium URL - Enter
the Appium server URL where your device is hosted.
To retrieve the Appium URL from Sauce Labs, use one of the following methods:
- If the URL is
explicitly displayed in the configuration script, copy the
string corresponding to the
url
variable. - Navigate to Account then User Settings, and copy the string from Driver Creation.
- If the URL is
explicitly displayed in the configuration script, copy the
string corresponding to the
- Device Name -
Enter the value corresponding to the
appium:deviceName
variable. - Platform Version -
Enter the value corresponding to the
appium:platformVersion
variable. - Additional Desired
Capabilities - Enter the value corresponding to the
appiumVersion
/appium_Version
variable in the following format:- Name
sauce:options
- Value
{"appiumVersion":"2.0.0"}
For more information, see Sauce Labs Platform Configurator.
Figure 2. Adding a cloud device from Sauce Labs in MDM
- Name
- Appium URL - Enter
the Appium server URL where your device is hosted.