Updated: 2026-03-25
mobile-testing
Basic Information
Full Skill Guide
When
- Mobile app/web feature must be validated across devices and OS versions.
- Crash, layout break, or gesture-related issues are reported.
- Team needs confidence in network, lifecycle, and permission behavior.
What
- Validate mobile behavior across device capability and usage context.
- Detect issues in compatibility, performance, and interaction consistency.
- Provide release risk view specific to mobile platform constraints.
How
- Define device matrix by user share, OS version, and hardware class.
- Cover install/update, login, key journeys, and background/foreground transitions.
- Test network switches, offline/weak network, and interruption events.
- Validate gesture, orientation, and permission flows.
- Capture device-specific defects with reproducible context.
- Report compatibility coverage and residual risk by device tier.
Reference
Positive Example (Input -> Output)
Input:
- Scope: checkout on Android 12/13 and iOS 17 under weak network
Output:
- Found duplicate submission on reconnect scenario (Android)
- Found keyboard overlap in coupon input (iOS)
- Device-tier risk summary and fix priority
Negative Example (Input -> Output)
Input:
- "Test app on one phone"
Output (problem):
- Single-device result used as global conclusion
- Major compatibility risks remain hidden
Limits
- Do not generalize from one device result.
- Do not skip lifecycle/interruption scenarios.
- Do not ignore permission and system-setting impacts.
- Do not report mobile quality without device matrix context.
- Do not close verification before high-share devices pass.
Usage Guide
- Install and enable
mobile-testingfirst (use the install commands in this page). - In your request, provide required context: scope, environment, timeline, and expected output format.
- Trigger with device matrix, for example: "Use
mobile-testingon iOS17 + Android13 payment flow." - Ask for outputs by device tier: scenario list, risk map, and reporting format.
- Re-run for newly added devices or OS versions only.
Installation
Platform
AI Tool
Quick install (one line)
Generating command... Full script
Loading script...