Multiple choice technology testing

Boundary value testing

  1. Is the same as equivalence partitioning tests

  2. Test boundary conditions on, below and above the edges of input and output equivalence classes

  3. Tests combinations of input circumstances

  4. Is used in white box testing strategy

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Boundary value analysis tests at, below, and above the edges of equivalence classes (e.g., if valid range is 1-100, test 0, 1, 100, 101). It's distinct from equivalence partitioning (which tests representative values within classes), not a white-box technique, and doesn't test combinations.