Multiple choice technology testing

Testing that involves observing the people using the product to discover errors and areas of improvement

  1. Soak testing

  2. Scalability tetsing

  3. Usability testing

  4. Acceptance testing

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

Usability testing involves observing real users interacting with a product to identify errors, usability issues, and improvement opportunities. Soak testing tests for memory leaks over time, scalability testing handles growth, and acceptance testing validates requirements.

AI explanation

Usability testing involves observing real users interacting with a product to identify confusing workflows, errors, or friction points. Acceptance testing instead checks whether the system meets agreed business requirements before sign-off, which is a different goal from observing user behavior directly.