Multiple choice technology testing

AdHoc testing is a part of

  1. Unit Testing

  2. Regression Tesing

  3. Exploratory Testing

  4. Performance Testing

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

AdHoc testing is informal, unstructured testing without documentation, which is a core characteristic of exploratory testing. Unit testing is structured and code-focused, regression testing verifies existing functionality, and performance testing measures system responsiveness.