Explian about boundary value analysis with an example ?
Answers were Sorted based on User's Feedback
Answer / jai ganesh.m
*BVA done in equalvalence class.
*To check exact values and boundary values.
*Take the limit value add +1 and sub -1.
Example:
A program which accept the credit limit within a given
range ($10,000-$15,000) can have the following boundary
values.
1.LOW BOUNDARY + OR - 1(9,999 AND 10,001).
2.ON THE BOUNDARY(10,000 AND 15,000)
3.UPPER BOUNDARY(15,001 AND 14,999)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / suresh.chaluvadi
check out the url
it describes both BVA and ECP
http://www.allinterview.com/showanswers/118
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jmk
testing the on and around values is BVA..eg:if a field can
accept values from 0-50...checking the field with -
1,0,1,49,50 and 51....correct me if iam wrong.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sm
BVA means Boundary Value Analysis
Its required to know that the given input range is working
or not correctly for the given data range..
| Is This Answer Correct ? | 0 Yes | 0 No |
What components will be covered in the web site testing?
what is test case scenario?
what is mean by configuration managaement.. explain with example ?
plz tell me the difference b/w PB/MF based appl.with examples. Thanks
write the test cases that you have scheduled an interview and you came for the same and you are about to take the interview.
diff b/w stress testing and load testing?
What type of metrics would you use?
How to perform the end to end testing or system testing for the Railway ticket booking application?
Can the static testing be done for both web and client server application?
Hi I am preparing for a Software testing interviews and i have attended 4 interviews but i didnt succeeded any of those 4 due to the lack of real time experience can any body please suggest a institute who will train for real time scenarios with good project? in CHENNAI
When ever u get a build, what type of environment u can deploy it?
What is Migration testing?