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 is Manual Testing?Can I Know the best Institute in Hyderabad & the Best Institute to get Projects?Plz kindly help me ? Iam thinking to learn Testing? My qualification : BCA with MBA .

47 Answers   AppLabs, IBM, MAHINDRA,


1) Can you tell me the High severity and low priority bug,High priority and low severity bug?

3 Answers   SoftSol,


IN V-Model, from where a tester involves and from where a developer will involve???

5 Answers   Oracle,


Can anyone tell me the test scenario for railway reservation online booking. I need all test scenario.... please friends help me.

1 Answers   Accenture,


Difference between Hybrid and derived models???

4 Answers  






What is P.M Round? What type of questions are they asking? ? If know anybody Plz Post to my mail ID (SwetharaoQA@rediffmail.com) Thank U

2 Answers  


what type of review process u r following in u'r company?

4 Answers   IBM, TCS,


what is containment mechanism

1 Answers  


Types of Acceptance testing?

1 Answers  


is there any checklist to check SRS document

1 Answers  


The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to ?? A.Find bugs in the program B.Check the technical accuracy of the document C.Ensure the ease of use of the document D.Ensure that the program is the latest version

1 Answers  


What SQL statements have you used in Database Testing?

1 Answers   Crea,


Categories