Multiple choice technology testing

Checks for memory leaks or other problems that may occur with prolonged execution

  1. Ad Hoc Testing

  2. Compatibility Testing

  3. Endurance Testing

  4. Functional Testing

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

Endurance testing (also called soak testing) evaluates system stability over prolonged periods to detect issues like memory leaks, resource exhaustion, or slow degradation that only appear after extended runtime. Ad Hoc is random exploration, Compatibility checks cross-platform behavior, and Functional testing validates features.