Boundary value analyses

Boundary value analyses catches error that happens or arises at...
1)End 2)Beginning 3)Middle 4)At boundaries

Questions by ranu agrawal

Showing Answers 1 - 27 of 27 Answers

siriatwork

  • Dec 27th, 2007
 

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.

Hope this helps!

MNSavanur

  • Mar 28th, 2008
 

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.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions