Identify the correct definition of Sanity testing.
- A. A quick, focused test performed to confirm that a specific function or bug fix works as intended after a minor change. ✓
- B. A type of performance testing that evaluates how a system behaves under expected user load.
- C. A test design technique that focuses on values at the edges of input ranges, where errors are most likely to occur.
- D. A formal document that outlines the scope, approach, resources, and schedule of testing activities for a project.
Correct answer
A. A quick, focused test performed to confirm that a specific function or bug fix works as intended after a minor change.
Explanation
Sanity testing refers to a quick, focused test performed to confirm that a specific function or bug fix works as intended after a minor change.