What is the Ad Hoc Testing technique?

Software Quality Assurance Questions



80 Short 74 Medium 48 Long Answer Questions Question Index

What is the Ad Hoc Testing technique?

Ad hoc testing is an informal and unstructured testing technique where the tester does not follow any predefined test cases or test plans. Instead, the tester randomly explores the software system, trying to identify defects or issues that may not be covered by formal testing methods. Ad hoc testing is typically performed without any specific test objectives or documentation and is often used to complement other testing techniques. It is useful for uncovering unexpected defects and evaluating the software's usability and user experience. However, it is not a comprehensive testing approach and should not replace formal testing methods.