Blog

Mobile.

Permissions, offline mode, updates, and the mobile-specific risks web-first teams miss.

Opinions·13 June 2026 · 7 min read

Why mobile bugs escape web-first QA teams

Web-first teams carry assumptions that quietly break on mobile — permissions, offline state, lifecycle, and updates.

mobile-testingopinion
Tutorials·13 June 2026 · 7 min read

My mobile smoke test before every release

A short, device-real smoke pass: permissions, offline, rotation, interruptions, and the update path.

mobile-testingchecklistrelease
Tutorials·13 June 2026 · 8 min read

Push notification testing: what usually goes wrong

Notifications behave differently foregrounded, backgrounded, and killed — and deep-link to the wrong place when they arrive. The killed-app cold start is where it breaks.

mobile-testingnotificationsbugs
Tutorials·13 June 2026 · 8 min read

Offline mode bugs every mobile tester should check

The interesting offline bugs are in the transitions, not the offline state: double-submits on reconnect, in-flight requests that die, optimistic UI that never rolls back.

mobile-testingofflinebugs
Case studies·13 June 2026 · 8 min read

The mobile bug we missed because we only tested on Wi-Fi

On office Wi-Fi the payment flow was flawless; on cellular it double-charged. A client timeout shorter than real latency plus no idempotency, hidden by never testing a slow network.

case-studymobile-testingnetworkbugs
Deep dives·13 June 2026 · 9 min read

Testing app updates without breaking existing users

QA fresh-installs; real users upgrade in place over old data. Test the upgrade path — schema migrations, stored settings, sessions, multi-version jumps.

mobile-testingapp-updatesmigrationregression
Deep dives·13 June 2026 · 9 min read

iOS vs Android testing differences QA should know

Fragmentation, permissions, system-back, lifecycle, hardware layout, and notifications diverge between platforms — so a pass on one isn't evidence for the other.

mobile-testingiosandroidcross-platform
Opinions·13 June 2026 · 8 min read

Real device vs emulator: when each is enough

Not a purity contest — emulators for functional/UI/CI, real devices for performance, sensors, network, and sign-off. Decide per test whether the check needs real hardware.

mobile-testingemulatorreal-devicestrategy
Comparisons·2 December 2025 · 9 min read

Mobile testing in 2026: Appium, Detox, or Maestro?

Mobile test automation is the last frontier where 'just pick the obvious tool' doesn't apply. Three credible options in 2026 — each making a different bet. Here's the comparison.

mobile-testingappiumdetoxmaestro