test-suite
2023.4
false
- Getting Started with Test Suite
- Studio
- Orchestrator
- Testing robots
- Test Manager
Important :
The Test Suite guide has been deprecated. For the latest documentation on Test Manager and UiPath testing capabilities, visit the Test Manager guide.

DEPRECATED
Test Suite User Guide
Last updated Sep 18, 2025
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 selectAndroid 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 selectAppium 2.0.0andc#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 urlvariable.
- 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:deviceNamevariable.
- Platform Version -
                              Enter the value corresponding to the
                              appium:platformVersionvariable.
- Additional Desired
                                 Capabilities - Enter the value corresponding to the
                              appiumVersion/appium_Versionvariable 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.