Multiple choice technology testing

Testing randomly by using automated testing tools is known as

  1. Gorilla Testing

  2. Monkey Testing

  3. Automation Testing

  4. User Testing

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

Monkey Testing is a software testing technique where tests are performed randomly with the goal of breaking the system. It simulates a monkey randomly using the application without specific test cases, helping discover unexpected bugs and crashes that structured testing might miss. Automation tools are often used to generate these random inputs.