BVL Analysis
BVL Analysis
usually occur at the boundaries rather than in the center of the input domain.
The boundary value analysis technique designs test cases that include values at the
boundaries. Positive testing occurs when input is within the boundary value, while
negative testing occurs when input is outside. Maximum, minimum, inside and outside
edge, typical values, and error values are examples of negative testing.
If you are testing an input box that takes numbers from '01 to 10', imagine you are
testing this input box.
The input boundaries of input are the same as the test data. In this case, they are
1 and 10.
Input values that are just before and just after the extreme edges: 0 and 9
Two examples of data just above the extreme edges of input domains: 2 and 11
With the boundary values being 0 and 1, 9, 10 and 11, respectively.