Skip to main content

Mobile native app testing with TestCloud

TestCloud allows you to perform automated tests on mobile native applications. You can upload a mobile application and tests developed locally in Katalon Studio to TestOps, and then use TestCloud to orchestrate test executions without having to set up local emulators or simulators.

This guide shows you how to perform mobile native application testing on TestCloud.

Important:

Run mobile native app tests in Studio

  1. In Katalon Studio, go to Project > Settings > Katalon Platform. Make sure TestCloud integration is enabled & click Apply and Close.
For Test Suite
  1. Open a test suite.
  2. In the main toolbar, click the dropdown arrow of the Run button and select TestCloud.
    The TestCloud Configuration dialog appears as below. Select Mobile Native Apps tab and specify the OS, OS version, and mobile device environment.

    Tip:
    • Select the Override with application from TestCloud Application Repository option to load applications that have been uploaded to TestOps.
  3. Click Run.
For Test Suite Collection (TSC)
  1. Open a TSC and double-click the Run with row of the individual test suite.

    The Select an environment dialog appears as below. Choose TestCloud as your test environment, then click OK.

  2. Double-click the Run Configuration row of the TSC to prompt the TestCloud Configuration dialog.
  3. In the TestCloud Configuration dialog, select Mobile Native Apps tab and specify the OS, OS version, and mobile device environment.

  4. Click Run.

Run mobile native app tests on TestOps

With the mobile application uploaded and the associated mobile test project configured in TestOps, you can run automated tests on the application with TestCloud.

  1. Sign in to Katalon TestOps and go to your Project.
  2. Go to Test Execution > Schedule Test Run.
    The Schedule Test Run dialog pops up.
  3. In the Environment section, click the drop-down menu and select More options.
  4. In the dialog as below, select the Mobile Native App tab and select your mobile environment.
    1. Under Mobile Native App section, select the desired mobile application.
  5. Click Save to return to the Schedule Test Run dialog.
  6. Fill in the required fields and click Run to trigger the test run.

To check the progress of your test runs, see View session logs.

Run mobile native app tests in Katalon Runtime Engine

Note:
  • When running tests from KRE to TestCloud environments, you only need a TestCloud subscription; a KRE license is not required.

To run native mobile app tests with Katalon Runtime Engine (KRE), we recommend using Command Builder in Katalon Studio to generate the commands. For detailed instruction, see: Command Builder in Katalon Studio.

You can simply specify the mobile environment in the Run Configuration section. Then click Generate Command at the bottom of the dialog to copy the command.

Was this page helpful?