Multiple choice technology testing

Tester tries to break the system by randomly trying system's functionlaity. Identify it

  1. Stress Testing

  2. Random testing

  3. Ad Hoc testing

  4. Functional Testing

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

Ad Hoc testing is an informal testing approach where the tester tries to break the system by randomly exploring its functionality without formal test plans or documentation. Unlike structured testing methods, it relies on the tester's intuition and experience to find defects through spontaneous exploration.