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

during alpha testing why customer people r invited?

9 Answers   HCL,


i have an iphone 4g can you tell me the test case for the camera?

8 Answers  


what is dib format?

1 Answers  


If I have prepared the test case document for version 2.0 and I got the new build say 2.1 then I have to add the test cases for version 2.1.My question is that How should I do that? because each test case has a unique id .

4 Answers   Patni,


what exactly meaning of Defect Differed ??

10 Answers   TCS,


What is the difference between Test Management tools and Defect Management tools? What are the most widely used Test Management tools?

2 Answers   CTS,


What is Sanity Testing?

5 Answers  


What is the difference between client server and web based testing?

3 Answers   CTS, Titan,


Write the 10 high test cases for making video call/face time?? Write the test cases for credit card accessing the money transfer?? Write the test cases for file transfer from one user to other from Google Drive/drop box?

1 Answers   PanTerra,


What is HTTP and TCP/IP

3 Answers   AZTEC,


What is integration testing? And what are the different types.

9 Answers   Amdocs,


What is the Driver in Integration Testing..Anybody can explain it.....Thanks in advance.....

3 Answers   Siemens,


Categories