what is difference between BVA and Equivalence Partitioning ?
can u explain BVA for three digits?

Answers were Sorted based on User's Feedback



what is difference between BVA and Equivalence Partitioning ? can u explain BVA for three digits?..

Answer / castor_troy

BVA is only for boundary testing. If the range is 20 - 40,
then the values for testing will be 19,20,40,41(min, min-1,
max, max+1). That is we test even for below the minimum
value and above the maximum value and the boundary.

whereas in equi. partitioning we test within the range and
the boundary but not below or above the expected/mentioned
values.

hope this is clear?

Is This Answer Correct ?    0 Yes 1 No

what is difference between BVA and Equivalence Partitioning ? can u explain BVA for three digits?..

Answer / ramesh

BVA is desisn teacnique works with an principle
1. max,max-1,max+1
2.min,min-1,min+1
for eg: if u need to test an value 100 in combo box u need
to test
then u need to test only in 6 possible conditions by
paasing these values
in case of max :100,100+1,100-1
in case of min :0,0-1,0+1

equivalence partioning will be done by varying the ranges
upto maximium

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More Manual Testing Interview Questions

if i give some thousand tests to execute in 2 days what do u do?

24 Answers   BirlaSoft, Sigma IT,


What are the different cost elements involved in implementing a process in an organization?

0 Answers  


how will the test plan is pepared in ur organisation>?

0 Answers  


Comparison testing is typically done to test two competing products as part of customer market analysis prior to product release. Is it true.explain comparision testing

1 Answers  


Please any one tell me what is application architure in web based applications

2 Answers   ProKarma,






I have a build in which there are 17 files, now 3 new files added, in this case what type of testing will do

6 Answers   Calsoft,


What should you do if you don`t have sufficient document,how do you go and work in that environment.

1 Answers   Genpact,


What is the basic need for preparing test cases?

6 Answers   Sonata,


When do you escalate issues to your Manager?

1 Answers   MTN,


WHY DO WE WRITE TEST CASES. WHAT IS IMPORTANCE OF TC

7 Answers  


What is the difference between stress and load testing?

3 Answers  


How is your project connected to the Database...tell the procedure??

2 Answers   SuperValu,


Categories