Skip to main content

Use Mobile Recorder on TestCloud devices

The Mobile Recorder utility in Katalon Studio allows you to create automated test cases for mobile applications.

Starting from Katalon Studio 9.5.0, you can use TestCloud mobile devices for recording and playback. This feature eliminates the need for complex local setups and makes it easier for users with minimal coding experience to conduct mobile testing.

After you upload your app to TestOps, you can start recording objects on a TestCloud mobile device.

Here's a demo video of using mobile recorder on TestCloud devices:

Requirements

  • Katalon Studio Enterprise (KSE) version 9.5.0 onwards.
  • A TestCloud Mobile Native App testing subscription.

Record objects on a TestCloud device

Enable TestCloud integration
  1. In Katalon Studio, go to Project > Settings > Katalon Platform. Make sure TestCloud integration is enabled & click Apply and Close.
  2. From the main toolbar, click the Record Mobile dropdown and select TestCloud Devices.
    The Mobile Recorder dialog appears.
  3. In the TestCloud Configurations section:
    1. Device Name: Specify the OS, OS version and select an available device accordingly.
      For example, here we select Android 14 and the Galaxy S24 device.
    2. Application: Select the application file to test from your TestOps uploads.
  4. Click Start on the action bar to to begin recording. You can see the application display in Device View and the objects in All Objects.
    • Device View is a simulator of the device screen. You can interact with the AUT in this view.
    • All Objects captures and organizes all the displayed mobile objects of Device View in a tree.
    To make sure the Device View displays the current screen of the AUT on the device, click the Capture Object button on the action bar to reload Device View and refresh All Objects.
  5. Perform actions on the AUT:
    1. Select any object either in the tree of All Objects or in Device View. Katalon highlights their counterpart accordingly for verification.
    2. Click the buttons in Available Actions to perform actions with the selected object.
    3. Repeat these two steps until all the actions you need to perform are completed.
  6. Review the recorded actions.
    The Recorded Actions table shows all of the recorded actions and related input/output that you have performed on the AUT. These items later become test steps of your test case.

    Click + Add to add new action keywords, select actions and click Remove to delete. Use Move Up and Move Down to rearrange the test steps.

  7. Review properties of captured objects.

    1. Captured Objects displays all interacted objects during the recording session. Select a captured object to its detailed properties shown in the Object Properties table.
    2. If you prefer another locator strategy, choose among the provided options and generate a new locator. Then, click Highlight to confirm your newly updated locator can detect the target object correctly.
  8. When you finish a recording session, click Stop, then click Save Script.
  9. In the displayed Add Element to Object Repository dialog, select or create the folder you want to store the newly captured objects. Then, click OK.
  10. Provide a name for the test case, select the Export Option:
    • Export to new test case: Creates a new test case with the recorded actions.
    • Append to test case: Adds the recorded actions to the end of an existing test case.
    • Overwrite test case: Replaces the existing actions in a test case with the recorded actions.
  11. Click OK.
You have successfully created a test case with TestCloud device using the Mobile Recorder.
Was this page helpful?