In which test design each input is tested at both ends of its valid range and just outside its valid range ?
A. Boundary value testing
B. Equivalence class partitioning
C. Boundary value testing AND Equivalence class partitioning
D. Decision tables
Explanation: Boundary value analysis is a software testing technique in which tests are designed to include representatives of boundary values.