Multiple choice technology testing

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

  1. Long Testing

  2. Stress Testing

  3. Endurance testing

  4. Exhaustive testing

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

Endurance testing (also called longevity or soak testing) checks for problems that occur during prolonged system execution. It specifically targets memory leaks, resource exhaustion, and performance degradation that may only appear after extended operation. This differs from stress testing (overloading the system) and exhaustive testing (covering all inputs).