Testing randomly by using automated testing tools is known as
-
Gorilla Testing
-
Monkey Testing
-
Automation Testing
-
User Testing
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.