Multiple choice technology testing

Software requirement specifies “A printer can print 100 pages in 30 seconds.”. Testing the printer with 100 pages for 30 seconds is which type of testing:

  1. Load Testing

  2. Stress Testing

  3. Functional Testing

  4. Regression Testing

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

Load testing evaluates system performance under expected load conditions. Testing the printer with exactly 100 pages in 30 seconds matches the requirement specification, making this load testing - verifying the system meets its stated performance criteria under normal load. Stress testing would exceed this limit to find breaking points.