InterviewSolution
| 1. |
Explain Monkey Testing and Performance Testing. |
|
Answer» Monkey Testing: Monkey testing, ALSO known as Random Testing, is a type of SOFTWARE testing technique in which data is generated randomly using a tool or some automated mechanism. The system is tested using this randomly generated input, and results are analyzed ACCORDINGLY. There are no such rules in this type of testing. Performance Testing: It is a type of non-functional software testing technique that is used to determine the system parameters like speed, scalability, and STABILITY under different WORKLOAD conditions. Its main purpose is to eliminate performance bottlenecks, not to find bugs. Some of the key parameters of performance testing include:
|
|