Multiple choice technology testing

Which parameter below is not monitored in performance testing?

  1. Error Statistics

  2. Connections

  3. Retries Per Second

  4. Logic Errors

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

Performance testing focuses on system responsiveness, stability, and resource utilization under workload. Error statistics, connections, and retries per second are critical runtime performance metrics. Logic errors are functional software defects typically caught during unit or integration testing, not performance monitoring.