qa-testing-mobile
1
总安装量
1
周安装量
#42741
全站排名
安装命令
npx skills add https://github.com/dishaanand/focusnest --skill qa-testing-mobile
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
github-copilot
1
gemini-cli
1
Skill 文档
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.mdto define risk, layers, and gates. - Fill
assets/device-matrix.mdfrom analytics to pick Tier 1/2/3 coverage. - Use
references/framework-comparison.mdto choose automation frameworks. - Use
references/flake-management.mdto 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.
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
- Define quality risks and SLIs (crash-free, ANR, startup time, key flow success).
- Build a device matrix from analytics; keep PR gates emulator/simulator-first.
- Choose frameworks (default: XCUITest + Espresso/Compose; add cross-platform only when it reduces total cost).
- Build test layers: unit, integration/contract, UI smoke, targeted E2E on real devices.
- Add mobile-specific coverage: permissions, background/foreground, deep links, offline/poor network.
- Add performance checks (startup, scrolling/jank, memory) and accessibility checks.
- Set flake budget, rerun limits, quarantine policy, and failure triage (artifacts + reproducibility).
- 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.mdfor OS and device coverage.assets/mobile-test-plan.mdfor test scope and automation.assets/release-readiness-checklist.mdfor release gates.
Resources
references/framework-comparison.mdfor choosing between XCUITest, Espresso/Compose, Appium, Detox, Maestro, and Flutter testing.references/flake-management.mdfor flake control guidance.data/sources.jsonfor curated documentation and device lab links.
Related Skills
- Use qa-testing-ios for iOS specific depth (XCTest, Swift Testing, simctl).
- Use qa-testing-android for Android specific depth (Espresso, Compose Testing, UIAutomator).
- Use qa-testing-playwright for web and webview testing.
- Use software-mobile for mobile architecture guidance.