Mobile Testing with Robonito
Robonito lets you record and replay automated tests on real mobile applications — no coding required. You interact with the app normally, and Robonito captures every tap, swipe, and input as a reusable test step.
Supported Platforms
- 🤖 Android — via
.apkapp files, run on an Android emulator - 🍏 iOS — via
.ipaapp files (requires macOS with Apple Silicon)
How to Get Started
Follow these steps in order to set up and run your first mobile test:
Step 1 — Set Up Your Environment
Before recording, your machine needs a few tools installed (Appium, Android SDK, Node.js). Robonito handles this automatically.
Step 2 — Create a Mobile Test Case
Initialize a new test case inside a Mobile suite in Robonito.
Step 3 — Record Your Test
Upload your .apk or .ipa file, launch the emulator, and start interacting with the app. Robonito records every action.
What Gets Recorded?
During a recording session, Robonito captures:
- Taps and clicks on buttons, links, and list items
- Text input into fields
- Swipes and scrolls
- Screen transitions and navigation flows
Each action becomes a test step that can be replayed, edited, or run in the cloud.
Screenshot placeholder: [Screenshot of the Robonito mobile recorder with a running Android emulator]