InterviewSolution
| 1. |
What do you mean by monkey testing in the context of quality assurance? |
|
Answer» Monkey testing is a software testing technique in which the tester inserts any random inputs into the software application without using predefined test cases and observes the software program's behaviour to see if it crashes. The goal of monkey testing is to use experimental ways to uncover faults and problems in software applications. Monkey testing is a sort of black-box testing that involves SUPPLYING random inputs to a system in order to check its behaviour, such as whether it is crashing or not. Monkey testing does not necessitate the creation of test cases. It can also be automated, in the sense that we can develop programs or SCRIPTS to produce random inputs in order to test the system's behaviour. When undertaking stress or load testing, this technique comes in handy. Monkeys are divided into two categories:
|
|