qa-testing-mobile
Mobile app testing strategy and execution for iOS and Android (native + cross-platform): choose automation frameworks, define device matrix, control flakes, validate performance/reliability/accessibility, and set CI + release gates. Use when you need a mobile QA plan, device lab/CI setup, or guidance on XCUITest/Espresso/Appium/Detox/Maestro/Flutter testing.
Best use case
qa-testing-mobile is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Mobile app testing strategy and execution for iOS and Android (native + cross-platform): choose automation frameworks, define device matrix, control flakes, validate performance/reliability/accessibility, and set CI + release gates. Use when you need a mobile QA plan, device lab/CI setup, or guidance on XCUITest/Espresso/Appium/Detox/Maestro/Flutter testing.
Teams using qa-testing-mobile should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/qa-testing-mobile/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How qa-testing-mobile Compares
| Feature / Agent | qa-testing-mobile | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Mobile app testing strategy and execution for iOS and Android (native + cross-platform): choose automation frameworks, define device matrix, control flakes, validate performance/reliability/accessibility, and set CI + release gates. Use when you need a mobile QA plan, device lab/CI setup, or guidance on XCUITest/Espresso/Appium/Detox/Maestro/Flutter testing.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# QA Mobile Testing Design and execute reliable, cost-aware mobile testing across iOS and Android (native + cross-platform). ## Quick Start - Fill `assets/mobile-test-plan.md` to define risk, layers, and gates. - Fill `assets/device-matrix.md` from analytics to pick Tier 1/2/3 coverage. - Use `references/framework-comparison.md` to choose automation frameworks. - Use `references/flake-management.md` to set a flake budget, reruns, and quarantine rules. ## Scope - Define mobile test strategy across iOS and Android. - Plan device matrix, OS coverage, and risk tiers. - Choose automation frameworks and CI + device lab setup. - Address performance, network/offline, backgrounding, and permissions. - Define pre-release gates, staged rollout, and store readiness checks. ## When NOT to Use - Platform-specific iOS test command details -> [qa-testing-ios](../qa-testing-ios/SKILL.md) - Platform-specific Android test command details -> [qa-testing-android](../qa-testing-android/SKILL.md) ## Inputs - Platforms, supported OS versions, and device targets. - App type (native, cross-platform, hybrid/webview). - Critical user flows and risk areas. - Distribution channels and release cadence. - Existing test tooling, CI, and device lab access (Firebase Test Lab, BrowserStack, AWS Device Farm). - Observability and rollout controls (Crashlytics/Sentry, performance/RUM, feature flags, staged rollout). - Test data strategy (seed/reset, test accounts, environment parity). ## Workflow 1. Define quality risks and SLIs (crash-free, ANR, startup time, key flow success). 2. Build a device matrix from analytics; keep PR gates emulator/simulator-first. 3. Choose frameworks (default: XCUITest + Espresso/Compose; add cross-platform only when it reduces total cost). 4. Build test layers: unit, integration/contract, UI smoke, targeted E2E on real devices. 5. Add mobile-specific coverage: permissions, background/foreground, deep links, offline/poor network. 6. Add performance checks (startup, scrolling/jank, memory) and accessibility checks. 7. Set flake budget, rerun limits, quarantine policy, and failure triage (artifacts + reproducibility). 8. Define release gates + store readiness; ship via staged rollout with monitoring + rollback. ## Outputs - Mobile test strategy and device matrix. - Automation plan and framework selection. - Test case inventory with priorities. - Release readiness checklist. - CI pipeline and reporting plan. ## Quality Checks - Keep UI tests focused on critical flows; keep suites small and fast. - Separate device specific bugs from logic regressions. - Track flake rate per test/device; quarantine and fix top offenders. - Verify permissions, notifications, and background behavior. - Prefer stable selectors (accessibility IDs/test tags), not localized text. ## Templates - `assets/device-matrix.md` for OS and device coverage. - `assets/mobile-test-plan.md` for test scope and automation. - `assets/release-readiness-checklist.md` for release gates. ## Resources - `references/framework-comparison.md` for choosing between XCUITest, Espresso/Compose, Appium, Detox, Maestro, and Flutter testing. - `references/flake-management.md` for flake control guidance. - `references/device-farm-strategies.md` for cloud device farm selection and cost optimization. - `references/mobile-performance-testing.md` for startup, jank, memory, and battery testing. - `references/cross-platform-test-patterns.md` for React Native, Flutter, and KMP testing patterns. - `data/sources.json` for curated documentation and device lab links. ## Related Skills - Use [qa-testing-ios](../qa-testing-ios/SKILL.md) for iOS specific depth (XCTest, Swift Testing, simctl). - Use [qa-testing-android](../qa-testing-android/SKILL.md) for Android specific depth (Espresso, Compose Testing, UIAutomator). - Use [qa-testing-playwright](../qa-testing-playwright/SKILL.md) for web and webview testing. - Use [software-mobile](../software-mobile/SKILL.md) for mobile architecture guidance.
Related Skills
a-b-testing
The science of learning through controlled experimentation. A/B testing isn't about picking winners—it's about building a culture of validated learning and reducing the cost of being wrong. This skill covers experiment design, statistical rigor, feature flagging, analysis, and building experimentation into product development. The best experimenters know that every test, positive or negative, teaches something valuable. Use when "a/b test, experiment, hypothesis, statistical significance, sample size, feature flag, variant, control, treatment, p-value, conversion rate, test winner, split test, experimentation, testing, statistics, feature-flags, hypothesis, growth, optimization, learning, validation" mentioned.
web-testing
Playwright automation, Chrome DevTools debugging, and browser interaction testing. Use for E2E/unit tests, capturing screenshots, inspecting network/console logs, or validating user flows in web applications.
mobile
React Native, Expo, mobile apps. Auto-use for mobile work.
anthropic-webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
anthropic-web-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
ant-design-mobile
Provides comprehensive guidance for Ant Design Mobile component library including mobile components, themes, and platform adaptations. Use when the user asks about Ant Design Mobile, needs to build mobile applications, or implement mobile UI components.
Frontend Verification & Testing
Verify and test Angular 18 frontend changes using Chrome DevTools MCP. Automatically check console errors, network requests, and visual rendering after implementing tasks or when fixing UI bugs. Use when creating components, debugging visual issues, validating API integration, or ensuring UI requirements are met. File types: .ts, .html, .css, .scss
frontend-react-testing-strategy
Standardized guidelines and patterns for Frontend React Testing Strategy.
angular-testing
Write unit and integration tests for Angular v21+ applications using Vitest or Jasmine with TestBed, component harnesses, and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking dependencies, or setting up test infrastructure.
testing-automation
Automated testing workflow that orchestrates unit, integration, and E2E tests with CI/CD integration
continuous-testing
Integrate automated testing into CI/CD pipelines for continuous quality feedback. Use for continuous testing, CI testing, automated testing pipelines, test orchestration, and DevOps quality practices.
cloud-penetration-testing
This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfiguratio...