Boundary Value Analysis
Boundary Value Analysis
In our earlier example instead of checking, one value for each partition you
will check the values at the partitions like 0, 1, 10, 11 and so on. As you may
observe, you test values at both valid and invalid boundaries. Boundary
Value Analysis is also called range checking.
Equivalence partitioning and boundary value analysis are closely related
and can be used together at all levels of testing.