Environment Setup

Create and Schedule a Test Plan for Mobile Testing

Running your test cases daily helps catch issues early and ensures software stability. Using the test plan functionality, you can organize, schedule, and execute mobile test cases across different devices and configurations. This guide walks you through setting up a test suite, building a test plan, configuring devices, and scheduling automated runs.

Create a Test Suite

A test suite is a group of related test cases.

Image

Go to the Test Suite module and click on Create Folder.

Image

Enter a name for your test suite.

Image

Add a label if desired.

Image

Confirm the label addition.

Image

Add required test cases to the suite.

For example, include the test case “Log into clinic application.”

Image

Click on Create.

Your test suite is now ready, for example, named "regression shoot one."

Image

Create a Test Plan

Test plans help define how and where your test suite runs—such as device types and operating systems.

Image

Go to the Test Plan module and click on Create Test Plan.

Image

Enter a name for your test plan.

For example, “Plan1.”

Image

Set up parallel execution by increasing the number of nodes if you want multiple test cases to run simultaneously.

Add any email addresses to receive test results if needed.

Add your test suite and devices.

Scroll to the Test Machine and Suite section.

Image

Add the test suite you just created.

Image

Add a machine for device configuration.

Select the checkbox, then click Add Machine and Devices.

Image

Enter a name for your machine.

Select the device type (e.g., Pixel 5).

Image

Choose the device.

Image

Enter configuration details, such as device model and the required app URL.

Use the app URL you uploaded earlier.

Click Create to save your device configuration.

Image

Now, your Android device is configured to run the test suite. To add more devices, like iOS, repeat the previous device-adding steps.

Click the plus icon to add another device (e.g., iOS).

Image

Provide required information, including the application URL.

Image
Image

Click Create to finish adding the device.

Image

Now, both Android and iOS devices are configured within your test plan.

Click Create to finalize your test plan.

Image

Your test plan is now ready to execute.

Schedule or Run Your Test Plan

Test plans can be executed immediately or scheduled for automated runs.

To schedule, click the Schedule icon.

Image

Provide a name and description for your schedule.

For example, “Morning schedule” for daily morning runs.

Image
Image

Set the start date and time, and choose the frequency (e.g., daily at 9 a.m.).

Click Schedule to confirm automatic runs.

Image

Now your test plan will run automatically at the scheduled time.

To run immediately, click the Run button.

If parallel execution is set, multiple test cases will run together.

Image
Image

After execution, view results by clicking View.

You’ll see separate results for each device (e.g., Android, iOS).

Image

Review detailed logs, steps, and recorded videos under AI logs to help debug test cases as needed.

Image

Automating and scheduling your mobile test plans ensures consistent and reliable test execution across devices. Reviewing detailed results and logs helps catch problems early, making your development process smoother and faster.

Supporting Videoarrow-up-right

Last updated