Multiple choice technology testing

Which among the following is not an advantage of performance testing?

  1. Identifies the bottlenecks in an application

  2. Performance testing covers functional testing fully

  3. Performance Tuning

  4. Establish baseline for future testing

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

Performance testing focuses on system responsiveness, stability, and speed under load - NOT functional correctness. It identifies bottlenecks, aids performance tuning, and establishes baselines, but does not verify functional behavior which is the domain of functional testing.