QA Testing (Android) Android testing automation with Espresso, UIAutomator, and Compose Testing. Core References : Android Testing Docs, Espresso, Compose Testing Quick Reference | Task | Command | |------|---------| | List emulators | | | Start emulator | | | List devices | | | Install APK | | | Run unit tests | | | Run instrumented tests (connected) | | | Run instrumented tests (GMD) | | | List GMD tasks | | | Clear app data | | Quick Start (2026 Defaults) - Prefer Gradle Managed Devices (GMD) + ATD images for CI; use for local ad-hoc runs. - Enable test isolation via AndroidX Test Orchestr…