top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is monkey testing in context of software testing?

0 votes
227 views
What is monkey testing in context of software testing?
posted Jul 16, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Monkey testing is adopted to complete the testing, in particular if there is a resource/time crunch. As the name suggest monkey is associated with randomness. So Monkey testing is a software testing technique in which the testing is performed on the system under test randomly. The Input data that is used to test also generated randomly and keyed into the system.

Characteristics
1. This testing is so random that the tester may not be able to reproduce the error/defect.
2. The scenario may NOT be definable and may NOT be the correct business case.
3. Monkey Testing needs testers with very good domain and technical expertise.

As the scenarios that are tested are adhoc, system might be under stress so that we can also check for the server responses.

answer Jul 16, 2014 by Salil Agrawal
...