Adhoc testing is the type of testing performed without proper planning and it does not involve any formal documentation. It is relatively easy compared to other methods of testing but it is difficult to reproduce defects using this technique.
Adhoc Testing
As we all know current IT industry trend is to moving towards automation testing. Automation testing means using a software tool to run repeatable tests against the application to be tested. Automated Testing can perform regression testing quickly. It will be useful to execute the set of test cases frequently. Automation testing can also be done on different machine with different OS platform combination, simultaneously.