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

Random order tests are conducted to exercise different class instance life histories. is it true

1 Answers  


Who will do the Effort Estimation and Scheduling ?

2 Answers   IBM,


What is Low level design & High level design? and brief description.

1 Answers  


What is un-installation testing?

0 Answers  


What are the Testing types can Follow for Web application Project ?Please Help me .....Urgent ....

3 Answers   CTS, Indian Airlines,






IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

0 Answers   CA, Dish Network, Wipro,


why do u want to become a software tester?

5 Answers   TCS,


What is an mr?

0 Answers  


Whatz the main use of preparing a tracebility matrix

3 Answers  


can som1 can tell me that can two or more tester can be given the same project for testing such as unit, regression,UIT,retesting. suppose the project has 10 modules so can all the tester will be asine to write the test cases for same or for differt modules? and in one project how many testers of the same level can participate? plz answer it fast. txs in advance and in which phase we will do the retesting in stlc

1 Answers  


Find bugs in customer environment , That bugs is called 1. software Failure 2.Bugfix 3.Bugs 4.Error

3 Answers  


How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?

0 Answers  


Categories