Configure tests in online clouds

You can run Mobile Engine 3.0 tests on cloud devices, emulators, and simulators. To do so, you must create specific test configuration parameters (TCPs) for each online cloud. You can use the following online clouds:

Cloud TCPs overview

The table below lists all available TCPs for online clouds.

Mobile TCP

Experitest

GigaFox

Perfecto

Sauce Labs

AppiumServer

Browser (hybrid and web app)

DeviceName

ExperitestAccessKey

ExperitestAppiumVersion

IsSimulator (iOS only)

MobileLabsAccessKey

MobileLabsUsername

OSVersion

PerfectoToken

SauceAccessKey

SauceUsername

For a list of all mobile TCPs, see chapter "Mobile TCPs overview".

Specify TCPs for Experitest

To run your tests in Experitest, specify the following TCPs:

Mobile TCPs

Description

AppiumServer

Enter https://cloud.seetest.io/wd/hub.

DeviceName

Enter the serial number of your Experitest device.

Alternatively, you can set Desired Capabilities and use the capability Device Query introduced by Experitest. For more information on Device Query, see the Experitest documentation.

ExperitestAccessKey

Enter the access key of your Experitest account.

To get the access key, follow the steps below:

  1. Go to your Experitest dashboard.

  2. In the upper right corner, expand the drop-down menu.

  3. Click Get access key.

ExperitestAppiumVersion

Optionally, use this parameter if you want to use different Appium version than 1.20.2.

The default Appium server version for Experitest test execution is 1.20.2.

In this example, you configure a test for a mobile web application in Experitest.

TCPs for a mobile web application on an iOS device in Experitest

Specify TCPs for GigaFox (ex. Mobile Labs)

To run your tests in GigaFox, specify the following TCPs:

Mobile TCPs

Description

AppiumServer

Enter the address of the GigaFox Appium server. By default, this is http://yourcompany.gigafox.io/Appium.

Test automation requires Appium version 1.20.2.

DeviceName

Enter the GigaFox ID of your device.

To find the GigaFox ID of your device, follow the steps below:

  1. Sign in to your GigaFox account.

  2. Click on the device that you want to use for test automation.

  3. Click on Show details.... Your GigaFox ID is next to the GigaFox ID field.

    Alternatively, you can copy the GigaFox ID from the URL address of your device page.

MobileLabsAccessKey

Enter the API Token of your GigaFox account.

To find your API token, follow the steps below:

  1. Sign in to your GigaFox account.

  2. Click on your user name in the upper right corner and select Manage Your Account.

  3. Find the API Token section and click View Token.

MobileLabsUsername

Enter the user name of your GigaFox account.

In this example, you configure a test for a web application on an iOS device in GigaFox.

  • You specify the Browser TCP, because it's mandatory if you test mobile web applications.

  • You specify the TCPs for GigaFox: AppiumServer, DeviceName, MobileLabsAccessKey, and MobileLabsUsername.

TCPs for a mobile web application on an iOS device in GigaFox

Specify TCPs for Sauce Labs

To run the tests in Sauce Labs, specify the following TCPs:

Mobile TCPs

Description

AppiumServer

Enter the address of the Sauce Labs Appium server.

For the endpoint located in Europe, use https://ondemand.eu-central-1.saucelabs.com/wd/hub.

For the endpoint located in the US, use https://ondemand.us-west-1.saucelabs.com/wd/hub.

To avoid high latency, Tricentis recommends that you use the endpoint which is geographically closer to you.

DeviceName

Enter the full name of your device in Sauce Labs.

You can find a list of available Sauce Labs devices and simulators, as well as their names and versions, in your Sauce Labs account or on the Sauce Labs Platform Configurator when you select the Appium framework.

OSVersion

Enter the version number of your device, emulator, or simulator.

If you don't specify this TCP for an iOS simulator, Tricentis Tosca uses the default version iOS which you can edit under Project->Settings->TBox->Engines->Mobile30->Default iOS Simulator Version.

SauceAccessKey

Enter the access key for your Sauce Labs account.

To find your Access Key, follow the steps below:

  1. Sign in to your Sauce Labs account.

  2. Go to Account->User settings in the upper right corner.

    Your SauceAccessKey is in the Access Key section.

SauceUsername

Enter the user name of your Sauce Labs account.

Sauce Labs supports tests automation for the following subscription plans:

  • Virtual Cloud

  • Real Device Cloud

  • Enterprise-grade reliability & premium support

In this example, you configure a test for an Android application in Sauce Labs.

  • You specify the TCPs for Sauce Labs: AppiumServer, DeviceName, SauceAccessKey, and SauceUsername.

  • For the AppiumServer TCP, you use the endpoint which is geographically located closer to you.

TCPs for an Android application in Sauce Labs

Prepare tests of native applications on iOS simulators in Sauce Labs

To test native applications on an iOS simulator in Sauce Labs, follow the steps below:

  1. Create a ZIP file out of your APP file.

  2. Upload the ZIP file to Sauce Storage.

  3. In Tricentis Tosca, drag and drop the standard Module Open Mobile App onto your TestCase.

  4. In the Value column, enter the path to your stored ZIP file as follows: storage:filename=<YourZipFile.zip>

Open Mobile App  TestStep for an iOS simulator in Sauce Labs

Preparetests of native applications on iOS and Android devices in Sauce Labs

To test native applications on an iOS device or an Android device in Sauce Labs, follow the steps below:

  1. Upload the IPA or APK file of your application to Sauce Storage.

  2. In Tricentis Tosca, drag and drop the standard Module Open Mobile App onto your TestCase.

  3. In the Value column, enter storage:filename=<YourApplication>.

    Replace <YourApplication> depending on which platform you run your tests:

    • Enter your IPA file name for an iOS device.

    • Enter your APK file name for an Android device.

Open Mobile App  TestStep for an iOS device in Sauce Labs