Multiple choice technology testing

Which of the following is not part of performance testing:

  1. Measuring response time

  2. Measuring transaction rates

  3. Recovery testing

  4. Simulating many users

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

Performance testing measures system responsiveness, throughput, and stability under load. It includes response time (A), transaction rates (B), and simulating many users (D). Recovery testing (C) checks system ability to recover from failures, which is a different non-functional testing type.