Skip to main content

Testing Mobile Apps using Katalon Studio and Kobiton cloud-based device farm

Testing mobile apps using Katalon Studio and Kobiton's cloud-based device farm

Scripting your first mobile automation test case can be quite confusing without a specialized tool or instruction. In this tutorial, we will show you how to speed up your automation project using Katalon Studio's mobile recording utility and run your recorded test cases on hundreds of Kobiton's mobile devices on the cloud. For this tutorial, we assume that you have already installed Katalon Studio, got familiar with its basic functions and registered a Kobiton account.

Create mobile automation test cases using Katalon Studio recording utility

Before starting, make sure that you have:

Katalon Studio provides two utilities to accelerate the automation process: Mobile Object Spy to quickly populate the project's object repository and Mobile Recorder to generate automation scripts from recorded actions. As this tutorial mainly focuses on the functionalities of the Recorder utility, for more details, please refer to the Object Spy user guide available from Katalon Studio Documentation on how to use this utility.

1. Let's open the sample project (already included in Katalon Studio) and create a new test case. Click on the Mobile Recorder button to open its dialog as shown below

sample project Katalon Studio

Where

SectionExplanation
Device ViewDevice inspector view. Preview of device UI will be displayed here. Click on any elements to select.
ConfigurationsSelect setting for recording session
All ObjectsThe current mobile elements hierarchy on the device. Click to select an element and view its properties in Object Properties.
Possible ActionsAll available actions that can be performed on the device
Object PropertiesAll properties of the selected element in All Objects.
Recorded ActionsAll recorded actions appear here

2. With the dialog opened, follow the following steps to configure your recording session:

  • Plug in your device or start your emulator then select it from the Device Name combo box.
  • Click Browse… to select the app file from your computer (.apk for Android, .ipa for iOS apps)
  • Click Start and wait for the app to launch on your device.

Once the configuration is completed, the app appears as shown in the screenshot above. (Note: starting the app is registered as the first recorded action.)

3. With your app ready on your mobile device, start recording the test case.

  • Tap on "No account yet? Create one" to navigate to the Create Account Select the android.widget.TextView0 object in the all objects tree. (Or you can tap the text on the Device view to focus on the object).
  • Then click the Tap button to record the action. This action simulates a tap on the app.

Possible Action Katalon Studio

You will be directed to the Create Account screen.

  • Fill in the information to create an account.

Select android.widget.EditText0 (or tap on the Name text box on the Device view to fill in name). Then click Set Text to perform the set text action on the Name text.

Enter "name" for the text input as below. Click OK.

Text input Katalon Studio

The text is set to the device, and the action is recorded in the Recorded actions table.

  • Perform the same steps with the Address field, and enter "address" for this field.

enter value Katalon Studio

  • To enter the value for the Email field, we will need to hide the on-screen keyboard to make the field visible by pressing the Hide Keyboard action button. Select the Email field to perform the set text action using "email@domain.com" .
  • Follow the same steps for the Mobile Number, Password and Re-enter Password text fields.
  • Finally, click on Tap to tap on the Create Account. You will be redirected to the main screen.
  • Click Stop on the Mobile Recorder dialog to stop the recording.

The recorded actions should look like the following:

Recorded Action Katalon Studio

  • Click OK to complete the recording and then choose a folder to store your captured objects. Click OK again for Katalon Studio to generate test scripts.

4. View your test case in the Manual mode or replay it to validate all recorded steps. Let's now add validation points for this test case to verify whether the recorded inputs can set to the text fields successfully.

  • Select the first Set Text _from the Add toolbar or by clicking on Add from the context menu, add a Mobile Keyword step and choose the keyword Verify Element Attribute Value.

    _
  • Select the test object representing the Name text field, which is widget.EditText0, as an object to verify.
  • Double click on the input cell for the test step and set the following values.

Input Cell Katalon Studio

  • Perform the same procedure for other Set Text actions.

After adding the validation test steps, try to run the test case again. This time the execution takes longer for Katalon Studio to perform the validation steps, but your test case should pass successfully since the input value is identical to the validation value. You can test with different values or connect to a data source.

Run your mobile automation test case on Kobiton cloud devices

1. Upload the Material Login Demo app to Kobiton App Repository. From the Repository view, select the more actions button and select the Automation snippet. Copy the app id (the one in bold, for example, Kobiton-store:184 as shown below) and save it.

Kobiton App Repository

2. Navigate to the Kobiton Devices page. Choose the devices on which you want to run your test and mark those devices as a favorite by clicking on the star icon. 3. Let's enable Kobiton integration.

  • Open Katalon Studio Preferences ( Windows -> Katalon Studio Preferences ) then select Kobiton .

Katalon Studio Preferences

  • Enter your Kobiton username and password. Click Connect to test the connection and authentication. With a valid account, Katalon Studio automatically retrieves the API keys from Kobiton.
  • Click Apply or OK to save the settings.

4. Open the test case created from the previous section, replace the input application path for the first step " Start Application" with the Kobiton app id saved in Step 1.



5. A new menu option appears under the Execution toolbar as below. Click on Kobiton Device to open the Kobiton Favorite Device dialog.

menu options Katalon Studio

6. Select your target device for execution from the Kobiton Favorite Device list. Click OK to start execution with that device. It may take some time to initialize the connection to Kobiton prior to the execution. You should be able to login to Kobiton sessions to view the result once the test execution completed.

The combination of Katalon Studio and Kobiton empowers automation engineers in validating the quality of mobile apps by allowing them to execute recorded test cases on hundreds of devices quickly. This solution does not only save them time but also maximizes test coverage. Katalon Studio is a FREE – a full-featured automation solution that can be downloaded at www.katalon.com. Kobiton is a cloud-based mobile device farm that provides real devices for both manual and automation testing with an affordable price. You can register a Kobiton account for free trial.

For more details, please visit Katalon Studio Resources Center.