What is B.V.A with brief example?

Answers were Sorted based on User's Feedback



What is B.V.A with brief example?..

Answer / novic

Boundary value analysis is a type of testing technique in
Black Box testing. For example, if you are going to test a
testbox, which accepts value 1 - 100, there is no need for
you to test with all values from 1 - 100. To minimize your
testing work, you can minimize with test data.Selecting
minimum value, minimum value - 1, minimum value + 1,
maximum value, maximum value + 1, maximum value - 1, we can
reduce our test data in our example.
so the test data's will be 0,1,2,99,100,101.Instead of
using 100 values and test, Use only 6 values to test that
scenario.

Is This Answer Correct ?    27 Yes 4 No

What is B.V.A with brief example?..

Answer / sudhakar8

A technique that consists of developing test cases and data
that focus on the input and output boundaries of a given
function. In same credit limit example, boundary analysis
would test:
Low boundary +/- one (999 and 1,001)
On the boundary (1,000 and 1,500)
Upper boundary +/- one (1,499 and 1,501)

Is This Answer Correct ?    6 Yes 2 No

What is B.V.A with brief example?..

Answer / anuradha.gangurde29@gmail.com

it is technique to reduce the testing work ( block ox
testing ) .in boundary value analysis is next step of
euivalent partition , let us take one exmple .

in the application there is form which suppose to fill by
customer . In this form there is field say age , user has
to enter the age , and the requirement document specify the
range of the field like it accept oly the values fron 16 to
25 then in boundary valu analysis u can enter the value

lower range >> 15,16,17
upper range >> 24,25,26

in the age field and check the performance of the
application .

Is This Answer Correct ?    4 Yes 2 No

What is B.V.A with brief example?..

Answer / antu

bva: it is boundry value analysis. here a range of values
are given as input to test the application.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Manual Testing Interview Questions

what is the best defect(functionally relaleted) u find in u r career?

2 Answers  


qtp9.2 and qtp10.0 difference

0 Answers  


waht is deffect?

9 Answers  


what r the 5 major defects that u found in ur shopping related project?

0 Answers  


What is the concept of introducing a small change to the program and having the effects of that change show up in some test?

3 Answers  






Tell me the SRS based review,brs based review

0 Answers  


Testing process in your company?

1 Answers   OM IT Solutions, Oracle, TCS,


Interviewer asked me to write down the critical bugs in my career.i am working for the past 18 months in the banking domain. my answer didn't satisfied the interviewer,can any one help me to find out the critical bugs that may occur while working in banking domain?

9 Answers   Accenture, Cerner, CybAge, RadixWeb,


Can any one please refer me the good book to study more abt testing manual as well as abt automated,in which i cld learn more abt to prepare test cases and more abt testing.If possible plz mail me the name of the book at : nitin9360@gmail.com regards Nitin

2 Answers  


Can anyone give me the example of High Priority and Low severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Please ignore the earline question which i have posted.Thanks in Advance.

2 Answers   Qwest,


How does one go for testing of firewall?? Though one answer is posted but its not a relevant one

1 Answers   Wipro,


How do you satisfied ur client, P.M and T.L? (In P.M)

4 Answers   MBT,


Categories