Practice free →
HomeSoftware TestingSoftware Testingmobile_testing › Which BEST describes a SIMULATOR for mobile test…

Which BEST describes a SIMULATOR for mobile testing?

ASoftware model of device internal behavior
BFull hardware twin of the production device
CA scripted user with a real Android device
DCloud server farm renting test devices out
Answer & Solution
Correct answer: A. Software model of device internal behavior
A simulator models the internal software behaviour of the device, typically written in a high-level language. It is faster than an emulator but cannot reproduce hardware-level effects. iOS Simulator (Apple) is the canonical example.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions