Home › Software Testing › Software Testing › mobile_testing › A recommended strategy in mobile testing is
A recommended strategy in mobile testing is
ANever use simulators in any production project
BDevelop with simulators and validate on real devices
COnly use real devices through the whole life cycle
DOnly use simulators through the whole life cycle
Answer & Solution
Correct answer: B. Develop with simulators and validate on real devices
Per the tutorial: use emulators or simulators during active development for speed and debuggability; do final sanity and regression on selected real devices to catch hardware-specific issues.
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