📖 What is 2-Value Boundary Value Analysis?
2-Value Boundary Value Analysis is an approach where two values are tested for each boundary: the boundary value itself and the closest value immediately adjacent to the boundary in the neighboring partition.
"In the CTFL v4.0 syllabus, the 2-value boundary approach is standard for BVA. For a maximum valid boundary of 10, you would test 10 (valid) and 11 (invalid)."
📚 Certification: Certified Tester Foundation Level (CTFL-v4.0)
🔑 What are the Key Concepts of 2-Value Boundary Value Analysis?
- ▸ Two values per boundary
- ▸ Boundary and adjacent value
- ▸ Standard approach in CTFL v4.0
🎯 How does 2-Value Boundary Value Analysis appear on the CTFL-v4.0 Exam?
Determining the required test values for a boundary (e.g., boundary at 50 implies testing 50 and 51).
Contrasting 2-value BVA with 3-value BVA.
❓ Frequently Asked Questions
What two values are chosen in 2-value BVA?
The exact boundary value and the nearest value just outside the boundary.
Is this the standard for ISTQB CTFL?
Yes, 2-value BVA is generally the primary focus for basic boundary analysis.