Practice free →
HomeSoftware TestingSoftware Testingmobile_testing › Espresso is a native mobile UI testing framework…

Espresso is a native mobile UI testing framework for

AAndroid only, by Google
BiOS only, by Apple
CBoth Android and iOS apps equally
DWindows Phone only, by Microsoft
Answer & Solution
Correct answer: A. Android only, by Google
Espresso (Google) is Android-native, runs in the same process as the app, uses synchronisation to remove flakiness. iOS native equivalent is XCUITest. Both are deeply integrated with the platform SDK.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions