Platform
Creating a Test
Guide to creating and configuring a new test case.
Step 1: Navigate to the Test Suite
- In the sidebar, click Test Suite.
- On the Test Suite page, click Create in the top-right corner.
Step 2: Configure Your Test
- Name – Provide a descriptive name for the test.
- Platform – Select one of:
- Web
- iOS
- Android
Mobile Builds (iOS / Android)
If you choose iOS or Android, an additional App Binary upload field will appear:
-
Click Upload Build and select your
.app
(iOS) or.apk
(Android) file. -
After the upload finishes, the App ID will be auto-detected from the build.
Tip – Leave App ID blank unless you need the test to open the app on a specific screen when the device starts.
• To override the default launch screen, enter the full bundle identifier (e.g.
com.acme.app
) and append a deep-link path if supported by your app, such as:com.acme.app://products/123
Your mobile build must be configured to handle this deep-link for it to work.
Build Requirements
- iOS tests require debug simulator
.app
builds.- Before uploading, open the build in Xcode and confirm it runs successfully on your local simulator.
Step 3: Save and Start Authoring
- Click Create Test to finish setup.
- You’ll be redirected to the test editor where you can start adding steps.
Need help? Reach out at [email protected].