Home › Software Testing › Software Testing › mobile_testing › Mobile interrupt testing exercises behaviours like
Mobile interrupt testing exercises behaviours like
AIncoming call or SMS while the app is open
BServer side database query optimisation
CStatic code analysis for security issues
DGenerating mock responses for unit tests
Answer & Solution
Correct answer: A. Incoming call or SMS while the app is open
Interrupt testing verifies how the app handles incoming calls, SMS, low battery alerts, push notifications, network changes, USB connect/disconnect, OS dialogs. Real devices are far better than emulators for these scenarios.
Related questions
In mobile testing strategy, exploratory testing shouldMobile crash reporting tools (Firebase Crashlytics, Sentry) help testing byMobile build distribution to testers commonly usesA device test matrix typically prioritises byCharles Proxy or mitmproxy are used in mobile testing forCloud device farms like BrowserStack and Sauce Labs provideXCUITest is a native mobile UI testing framework forEspresso is a native mobile UI testing framework for