Mobile Testing / Quiz

Testing Where the Network Dies

Elevators, basements, flaky 3G, and the checkout that was mid-POST when the signal dropped. Mobile apps live on hostile networks; test there.

Difficulty
Medium
Format
Quiz
Points
150
Estimate
9 min

// MISSION BRIEF

Your Mission

Desktop testers assume connectivity. Mobile testers assume betrayal: drops mid-request, silent Wi-Fi-to-cellular handoffs, and users who keep tapping. This drill covers the offline behaviors worth asserting and the tools that simulate a dying network on demand.

Six questions. Speed bonus active.

// FIRST CONTACT

Battle teaser

A well-behaved app, taken offline, should demonstrably: (Select all that apply.)

  1. AShow a clear offline indicator instead of spinners that never resolve
  2. BCrash early so the user knows something is wrong
  3. CQueue user writes locally and preserve them across an app restart
  4. DSync queued work automatically when connectivity returns
Answers, scoring, hints, and the full battle stay sealed.

// SKILL TAGS

mobile-testingofflinenetworkresilience