Configure tests for Android in online clouds

You can run Mobile Engine 3.0 TestCases using Android devices and emulators in online clouds. To configure these TestCases, you need to create specific test configuration parameters (TCPs) for each cloud. You can use the following online clouds:

For information on configuring TestCases for locally or remotely connected Android devices or emulators, see chapter "Configure tests for Android devices and emulators".

Generic TCPs

The table below contains the TCPs that are applicable for all Android devices and emulators.

Test configuration parameters

Description

Optional

Browser

Enter ChromeAndroid to automate hybrid and mobile web applications on Android.

ExecuteInParallel

Add this test configuration parameter on the ExecutionLists folder level and set its value to True to run your mobile tests in parallel.

LiveView

Live View enables you to display a preview of the Android device or emulator during test execution. To activate it, set the test configuration parameter LiveView to True.

ScreenFlow

If you want Tricentis Tosca to automatically save the screenshots of TestStepValues with ActionMode Input, set this parameter to True.

For detailed information, see chapter "Take screenshots of TestStepValues with ActionMode Input".

ScreenFlowPath

Specify the path where you want Tricentis Tosca to save the screenshots of TestStepValues.

For detailed information, see chapter "Take screenshots of TestStepValues with ActionMode Input".

UseXBrowserForMobile

As of Tricentis Tosca 13.2, the test automation of web applications is based on a new and fast mobile HTML engine.

However, if you want to use the previous technology, add this test configuration parameter and set its value to True.

Specify TCPs for Experitest

To run your TestCases on an Android device or emulator in Experitest, specify the test configuration parameters (TCP) as described in the table below.

Test configuration parameters

Description

AppiumServer

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

DeviceName

Enter the serial number of your Experitest device.

This parameter is optional. Alternatively, you can set Desired Capabilities and use the capability Device Query introduced by Experitest. For more information on Device Query, refer to 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, specify this parameter if you want to use a different Appium version than 1.16.0.

The default Appium server version for Experitest test execution is 1.16.0-p2.

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

TCPs for iOS Experitest execution

Specify TCPs for GigaFox (ex. Mobile Labs)

To run the test cases on an Android device or an emulator in GigaFox, specify the test configuration parameters as described in the table below.

Test configuration parameters

Description

AppiumServer

Enter the address of the GigaFox Appium server which by default is http://deviceconnect.yourcompany.com/Appium.

Test automation requires Appium version 1.16.0.

DeviceName

Enter the Device ID, which you can find in your device details view in GigaFox.

MobileLabsAccessKey

Enter the access key of your GigaFox account.

MobileLabsUsername

Enter the user name of your GigaFox account.

Find DeviceName in GigaFox

To find your DeviceName, follow the steps below:

  1. Log in to GigaFox.

  2. Select Manage Your Account in the upper right corner.

  3. Find the API Token section and click View Token. The DeviceName value is your deviceConnect ID in GigaFox, which you can take from your device details view.

Android Device ID in GigaFox

Example - Configure the TestCases on an Android device in GigaFox

In the example below, you configure a Shopping TestCase in an Android mobile web application for GigaFox.

TCPs for Android mobile web application in GigaFox

Specify TCPs for Perfecto

To run the test cases on an Android device or on an emulator in Perfecto, follow the instructions in chapter "Configure tests in Perfecto".

Specify TCPs for Sauce Labs

To run the test cases on an Android device or an emulator in Sauce Labs, specify the test configuration parameters as described in the table below.

Test configuration parameters

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 the device or emulator that is accessible on Sauce Labs.

OSVersion

Enter the version number of the Android device or emulator.

SauceAccessKey

To automate tests on Sauce Labs, enter the access key for your Sauce Labs account.

You can find your access key in your Sauce Labs account information in the AccessKey section.

SauceUsername

To automate tests on Sauce Labs, 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

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

Prepare native Android tests in Sauce Labs

To run native Android tests on devices or on emulators located in the Sauce Labs device cloud, follow the steps below:

  1. Create a zip file out of your apk file.

  2. Upload the zip file to Sauce Storage.

  3. In Tosca Commander, import the Standard subset.

  4. Drag and drop the Module Open Mobile App onto your TestCase.

  5. Enter the zip file name into the Value column.

Open Mobile App Special Execution Task on Android

Example - Configure the TestCases on an Android emulator in Sauce Labs

In the example below, you configure a Shopping TestCase on an Android mobile web application for Sauce Labs. For the AppiumServer TCP, you use the endpoint which is geographically located closer to you.

TCPs for Android Sauce Labs execution

Specify TCPs for TestObject

To run your mobile tests in TestObject, specify the following test configuration parameters:

Test configuration parameters

Description

AppiumServer

Enter the address of the TestObject Appium server.

DeviceName

Enter the Device ID from your TestObject account.

TestObjectApiKey

Enter the API access key for your TestObject account.

Sign in to your TestObject account

  1. Sign in to your SauceLabs account. TestObject is part of SauceLabs.

  2. In the menu bar on the left, click on SAUCE APPS->Legacy RDC

    Your TestObject account opens in a new tab.

Find your AppiumServer in TestObject

  1. Sign in to your TestObject account.

  2. Click on the application that you want to test.

  3. Click AUTOMATED TESTING and select Appium.

  4. Click Setup Instructions.

    Copy the Appium Server address that matches the location of your device.

Find your DeviceName in TestObject

To find your Device ID, follow the steps below:

  1. Sign in to your TestObject account.

  2. Click on the application that you want to test.

  3. Go to Live Testing.

  4. Open the device that you want to use for your tests.

  5. In the pane on the right, click INFO.

  6. Copy the Device ID from the ID field.

Find your TestObjectApiKey in TestObject

To find your API Key, follow the steps below:

  1. Sign in to your TestObject account.

  2. Click the Account icon and select Account Settings.

  3. Copy the API Key from the User API Key field.

Example - Configure the TestCases on an Android device in TestObject

In the example below, you configure a Shopping TestCase in an Android mobile web application for TestObject.

TCPs for Android TestObject execution