Boundary Value Analysis
- •
def
- •
a black-box test case design technique that tests boundary values of input variables, since values near the boundary have a higher probability of causing errors
- •
- •
rationale
- •
test cases created using boundary values are most likely to expose errors
- •
- •
- •
- •
uses both valid and invalid partitions
- •
testing in adverse (boundary-exceeding) conditions is also essential
- •
- •