What is monkey testing?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Monkey testing is a type of black box testing that assesses an application by supplying random inputs to check the system’s behavior (i.e., whether it crashes). When a user gives random inputs to test the system’s behavior, this type of testing takes place automatically.
Monkey testing doesn’t require test cases. It can also be automated, meaning we can create scripts or programs to generate random inputs to monitor how the system behaves. When conducting stress or load testing, this method is helpful.
Two varieties of monkeys exist: smart monkeys and dumb monkeys.
Smart Monkeys
Dumb Monkeys