Can anyone explain Boundary value Analysis and equavelance
partition with real time example

Answer Posted / vinod

Equivalence Partitioning is black box testing technique to
partition the test data in valid data range and use any
single value from the each range.
e.g. if field accepts value up to 100 then test data can be
taken single value from each data range 0-10, 10-20, 20-30
..... 90-100

Boundary Value Analysis is black box testing technique in
which test data is taken with +1,-1,and value for both the
ends.
e.g. if field accepts value up to 100 then test data can be
-1, 0, 1 ... 99, 100, 101

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?

7071


What is an error?

665


Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?

1628


Can you explian $ pillar of Agile

820


how to write defects in excel sheets when defects occured

1537






can anyone help me regarding testing patterns?

1563


What are the roles of glass-box and black-box testing tools?

1640


Work flow in testing in your company?

1344


What is a testing process / lifecycle?

687


How can I done a Web Testing? Which steps are include in it?

1431


Can anyone tell me about banking project? abt the transactions? the flow?

1513


Explain accessibility testing and its importance in the present scenario.

673


When will the testing starts?

663


I have 6 months experience as project tarine and one and a half year experience as software engineer.Should i write taht my total experience id 2 years.

1488


Why performance testing is performed? What are tools of performance testing?

708