QuickStart
Install Maestro Studio, set up your environment, and run your first automated test in five minutes.
1
4
Run your first test
appId: com.google.android.contacts
---
- launchApp:
clearState: true
- tapOn: Allow
- tapOn: Create contact
- tapOn: First name
- inputText: John
- tapOn: Last name
- inputText: Doe
- tapOn: Company
- inputText: Maestro
- tapOn: "+1"
- inputText: 111-111-1111
- tapOn: Save
- back
- takeScreenshot: All Contacts

Video walkthrough
Next steps
Last updated



