Multiple choice technology platforms and products

What is the program that runs on emulator and generates pseudo-random streams of user events such as clicks, touches, or gestures, as well as a number of system- level events?

  1. Monkey

  2. Traceview

  3. Launcher

  4. Clicker

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Monkey is the correct answer because it's an Android testing tool that generates pseudo-random streams of user events (clicks, touches, gestures) and system-level events to stress-test applications. It helps developers identify crashes, ANRs (Application Not Responding), and UI issues by simulating unpredictable user interactions.