Multiple choice types of testing

Testing to verify a product meets customer specified requirements

  1. Acceptance testing

  2. Blackbox testing

  3. load testing

  4. Performance testing

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

Acceptance testing verifies that software meets customer and business requirements, typically conducted by customers or end-users before final delivery. Blackbox testing examines functionality without viewing internal code, load testing checks system capacity under stress, and performance testing measures responsiveness.