Chapter 4 – Test Analysis & Design
Two-Value Boundary Value Analysis – ISTQB Definition
Last Updated: July 12, 2026 · SoftwareTestPilot QA Team
Official ISTQB Definition
A boundary value analysis technique in which the boundary value and its closest neighbor across the boundary (one value on each side) are used for test case design.
In simple words
Pick exactly two values at each boundary: the boundary itself and the one just past it. Cheaper coverage than the three-value variant.
Exam tip
The syllabus explicitly names two-value BVA — remember: 2 values per boundary, aligned with equivalence partitions.
Related terms
- Boundary Value AnalysisBugs cluster at the edges of allowed ranges. So if a field accepts 1–100, you test 0, 1, 100, and 101 instead of only picking a value from the middle.
- Three-Value Boundary Value AnalysisPick three values at each boundary: the value just below, the boundary itself, and the value just above. Catches off-by-one bugs on either side.
- Equivalence PartitioningGroup inputs that the system should treat identically, then pick one value from each group. That way you cover behaviour without testing every possible value.
Practice this term in the ISTQB Mock Test
40 CTFL v4.0 questions, 60-minute timer, instant scoring and chapter-wise breakdown.
Practice in Mock Test