Multiple choice technology testing

------- Checks for memory leaks or other problems that may ocur with prolonged execution.

  1. Endurance testing

  2. Functional Testing

  3. Exhaustive testing

  4. Ad Hoc Testing

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

Endurance testing specifically targets problems that emerge during extended runtime, such as memory leaks, resource exhaustion, or performance degradation that compound over time. Functional testing validates behavior against requirements, exhaustive testing tries all possible inputs (impractical), and ad hoc testing is informal exploration.