Mobile Automation
Last updated
Automate Android applications using the TestFirst Editor, natural language syntax, and execution workflow used for other automation types.
Mobile automation supports Android emulators and existing devices, allowing you to launch applications, interact with mobile UI elements, validate application behaviour, and execute end-to-end user journeys without traditional scripting.
Example
Scenario: Start emulator and run the app
Given application "{Android apps.Reddit}"
Given mobile device "{Devices.Android.My device}"
When I run applicationMobile automation is fully integrated into TestFirst's Unified Test Automation approach, allowing mobile tests to be combined with web, API, and other automation types within the same test case.
Learn more:
Last updated

