In computer science, Load testing refers to which of the following?
- A. A type of performance testing that evaluates how a system behaves under expected user load. ✓
- B. A test design technique that divides input data into groups expected to be treated the same way by the system.
- C. A formal document that outlines the scope, approach, resources, and schedule of testing activities for a project.
- D. A testing approach that involves executing the software and observing its actual behavior.
Correct answer
A. A type of performance testing that evaluates how a system behaves under expected user load.
Explanation
Load testing refers to a type of performance testing that evaluates how a system behaves under expected user load.