Creating a New Mobile Test
This guide explains how to create a new mobile test using Robonito.
Adding Test Cases to a Suite
Test cases are systematically organized within suites according to functionality or modules. The type of test cases added depends on the suite type mobile.
Follow the steps below to create a Test Case
- Select Target Suite Choose an existing test suite from the Target Suite dropdown. You may also type a name to create a new suite where the test case will be added.

- Enter Test Case Name Provide a clear and descriptive name in the Test case name field to easily identify the test scenario.

- Select Test Type Choose mobile as the test case type. This defines the test as a mobile automation test.

- Add Description (Optional) Enter a short description explaining the purpose and scope of the test case.
- Select Browser Choose the browser in which the test will run, such as Google Chrome.

- Enter Target URL Specify the application URL that will be opened when the test execution starts.

- Select Device Choose a predefined device preset to define screen resolution and viewport size (for example, Laptop 11 – 1366×768).

- Auth Test Case (Optional) Select an authentication test case to inject session cookies. This allows the test to bypass login steps during execution.
- Create Test Case Click the Create button to save the test case. Once created, the test case becomes available for adding steps and execution.