Multiple choice technology testing

BVA stands for

  1. Boundary Value Analysis

  2. Boundary Value Analytics

  3. Boundary Version Accuracy

  4. None of the above

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

BVA stands for Boundary Value Analysis, a black-box test design technique that focuses on testing at the boundaries between equivalent partitions. For example, if a field accepts 1-100, boundary tests would check 0, 1, 2, 99, 100, and 101. Defects often occur at boundaries because developers may use incorrect comparison operators.