Home › Software Testing › Software Testing › mobile_testing › Mobile crash reporting tools (Firebase Crashlyti…
Mobile crash reporting tools (Firebase Crashlytics, Sentry) help testing by
AReplacing the unit test framework entirely
BEncrypting user passwords on device storage
CDrawing wireframes of the app screens
DCapturing crashes with stack traces from users
Answer & Solution
Correct answer: D. Capturing crashes with stack traces from users
Crash reporting SDKs aggregate native and JS crashes, deduplicate, attach device info and breadcrumbs, integrate with issue trackers. Essential for fast triage of production issues that QA labs cannot fully reproduce.
Related questions
In mobile testing strategy, exploratory testing shouldMobile 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 forAppium is BEST described as a tool for