what is difference between BVA and Equivalence Partitioning ?
can u explain BVA for three digits?
Answers were Sorted based on User's Feedback
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 |
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 |
during alpha testing why customer people r invited?
i have an iphone 4g can you tell me the test case for the camera?
what is dib format?
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 .
what exactly meaning of Defect Differed ??
What is the difference between Test Management tools and Defect Management tools? What are the most widely used Test Management tools?
What is Sanity Testing?
What is the difference between client server and web based testing?
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?
What is HTTP and TCP/IP
What is integration testing? And what are the different types.
What is the Driver in Integration Testing..Anybody can explain it.....Thanks in advance.....