Multiple choice technology testing

Which of the following defects would not be identified in Performance testing?

  1. Software scalability

  2. Infrastructure utilization

  3. Invalid data entries

  4. Both (a) and (b)

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

Performance testing focuses on system responsiveness, throughput, scalability, and resource utilization (infrastructure). Invalid data entries are functional defects that would be caught during functional testing, not performance testing. Performance testing assumes valid inputs and tests how the system performs under load.