Practice free →
HomeSoftware TestingSoftware Testingmobile_testing › An EMULATOR primarily mimics

An EMULATOR primarily mimics

AOnly the internal behavior in high level code
BOnly the wireless carrier network paths
COnly the file system of the host machine
DBoth mobile software and underlying hardware
Answer & Solution
Correct answer: D. Both mobile software and underlying hardware
Emulators (e.g., Android SDK emulator) mimic hardware + OS + software at low level (often assembly), reproducing real device behaviour more faithfully but slower. Simulators (e.g., iOS Simulator) mimic only software behaviour in a high-level language.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions