Simple the name itself says "Boundary Values" The logic is simple. If you have to test a textbox for all the numeric values between 10 and 20. The boundary value test would test the behaviour of the textbox for values 10 and 20.
BVA - Boundary Value Analyses is an technique of testing for validating an object. Ex: Test the Text Box for its input values ranging from 1 to 10. Here, the input values will be given to test is from 1 to 10, and should be checked once whether system is taking more than or less than these values. Check min -1 and max +1.
Boundary value analyses
1)End 2)Beginning 3)Middle 4)At boundaries
Questions by ranu agrawal
Related Answered Questions
Related Open Questions