Select the accurate description of Boundary value analysis.
- A. A metric that measures the proportion of source code or requirements exercised by a test suite.
- B. The final phase of the SDLC in which a delivered software system is updated, fixed, and improved over time.
- C. A test design technique that focuses on values at the edges of input ranges, where errors are most likely to occur. ✓
- D. Two complementary quality assurance processes: verification checks if the product was built correctly, while validation checks if the correct product was built.
Correct answer
C. A test design technique that focuses on values at the edges of input ranges, where errors are most likely to occur.
Explanation
Boundary value analysis refers to a test design technique that focuses on values at the edges of input ranges, where errors are most likely to occur.