For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mobile Automation

Android Mobile Automation

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 application

Mobile 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