Zoho QEngine empowers users to streamline mobile application testing by enabling them to create efficient test scripts tailored to their Android and iOS testing needs. For a deeper understanding of how mobile testing works, refer to our Understand Mobile Testing document.
The platform offers dedicated testing environments for both Android and iOS applications. Equipped with a robust test editor, it provides two distinct modes: Editor mode for writing scripts manually and Builder mode for a simplified, visual approach. This flexibility ensures that users can write, manage, and refine their test cases with ease.
Another way of creating test steps is by using the recorder feature. Refer to the recorder document for more details.
2.2. Builder mode
To start writing in Builder mode, follow the steps below:
Click Builder Mode.

Drag and drop the required tasks from the task panel on the left to the editor.
After adding the task, you need to provide the relevant parameters. Click the argument placeholder on the right. The set expression pop-up contains an input field and provides the option to select the required elements, variables, files, or functions. The parameters can contain:
Elements: Parameters for the interacted-with elements are defined by selecting locators directly from the element option. Simply choose the element name from the dropdown menu, and the locator automatically populates the input field in the format: "ui.ZWatch.Add_Cart".
Alternatively, parameters can be defined manually by specifying the locators. Use the mobile inspector to inspect the application and retrieve the locator values. Paste the copied values into the appropriate fields, ensuring they adhere to the correct format for the selected locator type. For example, if the locator type is "class name", the format followed inside a task like tap would appear as: "classname:XCUIElementTypeCell".Additionally, the Refer Elements option allows users to copy, edit, and create new elements. To copy or edit existing elements, select the webpage or application page name, and hover over the copy or edit icons for the required element. To create new elements, click +Add.
Variables: The Variables section includes a list of all global and environment variables, in addition to system variables that are present by default. Select the required variable or type in the format "$<variable>" inside the input field.
Functions: Function can only be used as a parameter by using the call function task inside the required task. Call function is a dropdown in the case of Builder mode. Select the desired function from the saved list of functions.
Files: Uploaded files are accessible from the Files section. Select the required file from the saved list of files.
After applying the required parameters, click Done. To save the changes or edits to the test case, click Save.

You’ve now learned how to create test cases using both modes! To preview their real-time execution, ensure the agent is installed and your preferred devices are properly configured and connected.
After testing the real-time behavior of your test cases, you can include them in a test suite and test plan. This enables you to evaluate their interactions with other functionalities and facilitates scheduled testing for more thorough assessment.