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

Why you had chosen testing career?

3 Answers   TCS,


Hi Im Madhuri I have 1 Year of exp in Software Testing.I was involved in manual testing of the applications.Pls let me know if you know abt any oppurtunities...Preferred location Bangalore,Mumbai,Hyderabad

10 Answers   EDS,


What is Scalability Matrix

2 Answers   Virtusa,


my mail id is mudaseer123@gmail.com and password:qwertyiop but if i enter mail id in capital letters and password correctly should then what will happen?does it display login failed?

1 Answers  


what is the meaning of compatibility testing in view of web application testing?

12 Answers   MBT,






If a defect is found in UAT after releasing what can a tester tell to his Manager about that defect?

2 Answers   IBM,


is Testing Engineer Involve in designing the Test Design

5 Answers  


Unit Testing can be done by using Nunit?

0 Answers   QuestPond,


Who will do unit testing ?

4 Answers   CSS,


What are the advantages of black box testing?

0 Answers  


Can you explain inventories?

1 Answers  


What are the differences between V-Model and Agile Model?

1 Answers   Mind Q Systems,


Categories