Thursday, 21 May 2015

MT - 15 - Monkey testing

Monkey testing is a type of Black Box Testing used mostly at the Unit Level. This testing is adopted to complete the testing, in particular if there is a resource/time crunch.In this tester enter the data in any format and check the software is not crashing. In this testing we use Smart monkey and Dumb monkey.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.

Smart monkeys are used for load and stress testing, they will help in finding the bugs. They are very expensive to develop.

Dumb monkey, they are important for basic testing. They help in finding those bugs which are having high severity. Dumb monkey are less expensive as compare to Smart monkeys.

No comments:

Post a Comment