ADHOC TESTING is an unplanned testing , Where we doesn't follow any particular format to do this type of testing.It is an Informal testing type mainly aimed to break the system .In this testing ,the testers doesn't follow any type of test case techniques to write the test cases. This testing is mainly performed by the testers who are expertise d and their knowledge is too high in detecting the defects.Testers randomly test the system /software /application without any test cases or any business requirement documents It doesn't follow any structured way of testing and it may randomly test any part of the application . In this testing the defects will not be mapped to the test cases. We have different types of Adhoc Testings
- Monkey Testing
- Pair Testing
- Buddy testing
- Exploratory Testing
- Gorilla Testing
Monkey Testing :
The main goal of the monkey testing is to break the system. This testing is so random that the testers can't even reproduce the identified defects. Monkey testing needs testers with good domain and technical expertise .Monkey testing mainly used to observe the stability and working ability of the system
Gorilla Testing :
This testing is used to test the functionality of the system randomly by giving valid or invalid inputs with various ranges . Gorilla testing particularly concentrates on the a specific unit / component / module . These testing techniques are called as fault tolerance testing . the idea of monkey and gorilla testing is partly same
Pair Testing :

Buddy testing :
Two buddy test on the same module mutually and identify the defects.In this testing both developers and testers combine and work to find defects Among both buddy one would be from tester team and the other would be from development team .Buddy testing helps the tester to make better test cases and developers to design more better ways . This testing usually happens when Unit testing is done
.It is also called as Parallel Testing .
Exploratory Testing :

No comments:
Post a Comment