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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the considerations in developing testing methodology

6300


how to clarify functional requirements and non functional requirements in a srs?

1577


Write test cases on duster

4251


Explain the advantages of automation over manual testing?

702


what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check

1589






how will you test a wine filled bottle along with 100 glasses

1868


What is difference between V-Model and Agile Model?

1681


what is traceability matrix and its usefulness

3427


What are different types of verifications?

707


What about the test case if the field only takes a certain number of characters or a minimum number?

678


Tell me about Agile scrum and what is your role in Scrum ?

1361


What is Traditional testing & Object Oriented testing?

1970


Architectural structure of the insurance project?

771


What processes/methodologies are you familiar with?

1894


what is the architecture of your current project?

1978