what is boudarary value analysis? what is the use of it?

Answers were Sorted based on User's Feedback



what is boudarary value analysis? what is the use of it?..

Answer / sara

Hai Nazeer,

BVA is the most important in the testing in the block
box testing.

eg:

IF u take yahoo user name suppose the client requirements is

min 4 cha and maxi 10 cha in this place we apply the BVA is
n-1 n n+1 m-1 m m+1
----|---------------------------------|----
3 4 5 9 10 11
hear the lower boundary value is 4 and upper boundary is 10
here we check 4-1,4,4+1, and 10-1,10,10+1
Here 4-1,10+1 both are fail and 4,4+1,10-1,10 is pass

Thank you
saravanan.rk.qa@gmail.com

Is This Answer Correct ?    9 Yes 0 No

what is boudarary value analysis? what is the use of it?..

Answer / riz

Boundary Value Analysis is a technique used for writing the
test cases..for example:If a particular field accepts the
values from 1 to 1000, then we test that field by entering
only 1, 1000, 0, 1001, 999,2.

i.e we check on the boundaries and then minimum-1 , minimum
+1 and maximum+1, maximum-1.

Is This Answer Correct ?    5 Yes 0 No

what is boudarary value analysis? what is the use of it?..

Answer / shravanthivijay

Boundary value analysis is one of the technique in Black box
testing,it is very useful to write test scenorious and test
cases for example: test the values from 1-1000 and to find
out the defects. dnot test all values from 1 to 1000. In
this situation use the boundary value analysis, min is 1 and
max is 1000.
min=1 PASS; max=1000 PASS ; min-1=0 FAIL :max-1=999
PASS
min+1=2 PASS; max+1=1001 FAIl
it is help ful to save the time

Is This Answer Correct ?    2 Yes 0 No

what is boudarary value analysis? what is the use of it?..

Answer / medarajkumar

boundry value analusis is a technique for test data
selection.Test engineer chooses the values that lie along
the data extreems.It includes max,mim,justinside,justout
side,typicalvalues and errorvalues.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What are some of the typical bugs you encountered in your last assignment?

1 Answers   CTS,


Who is responsible for doing "Cause-Effect GraphCause Effect Graph". If tester is responsible then how we to do it? Urgent

0 Answers  


what is testing methodologies manually following by the tester in an company? pl give me answer

3 Answers   SGT,


1. Hai, if we are not having any SRS,BRS docs., how can we prepare the test cases & how can we test the application ? 2. In this, is it possible to make 100% bug free.

4 Answers  


can any one please tell me about CURD testing. Did the curd testing and sanity testing both are same?

2 Answers  






Have you ever completely tested any part of a product? How?

0 Answers   TCS,


can testing and development be done in same environment?

4 Answers   CTS,


1 Test Case can covert How many scenario? OR how many scenario can cover 1 test case.?

2 Answers   DelhiNet, GGH, HCL, Mastek,


Explain the difference between severity and priority.

0 Answers  


Zenq interview questions for manual testing

0 Answers  


May i know now-a-days most of the companies are following which model?

7 Answers  


What is desk checking and control flow analysis

0 Answers  


Categories