Adhoc Testing

Adhoc Testing

Software testing performed without any proper planning or documentation then it is said to be Adhoc testing.

When to Perform Adhoc Testing

Adhoc usually performed after formal testing and when tester has limited time to do exhaustive testing. Also its the key factor of adhoc testing that tester should have in depth knowledge about the system to be effective.

Types (Forms) Of Adhoc Testing

Buddy Testing

In buddy testing, two buddy one from development team and one from test team manually try to identify bugs together in the same module.

Pair Testing

Two testers work on the same module in pair testing. One tester execute the tests and other one records the notes on it.

Monkey Testing

In Monkey testing, testing is performed randomly without any test cases in order to break a system.

Comments