Multiple choice technology testing

Performance testing focused on ensuring the application under test gracefully handles increase in work load

  1. Boundary Testing

  2. Smoke Testing

  3. Scalability Testing

  4. Functional Testing

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

Scalability testing measures system performance under increasing workload to determine when or if the system degrades. Unlike basic performance testing, scalability testing specifically focuses on graceful handling of growth and helps identify capacity limits before production failure.