what is difference between BVA and Equivalence Partitioning?
For login page(UN,PW) i have requrement as characters
should be Alphanumeric.how you aplly both BVA and EP.......?

Answers were Sorted based on User's Feedback



what is difference between BVA and Equivalence Partitioning? For login page(UN,PW) i have requremen..

Answer / tester

sir first u should tell complete question user name and password should accept how many characters
if you tell then will say the answer

Is This Answer Correct ?    0 Yes 0 No

what is difference between BVA and Equivalence Partitioning? For login page(UN,PW) i have requremen..

Answer / wajiha

Equivalence Partitioning:
If you expect the same result from two tests, you
consider them equivalent. A group of tests forms a class if
you believe that:

>They all test the same thing
>If one test catches a bug, the others probably will too
>If one test doesn’t catch a bug, the others probably won’t
either

Boundary Value Analysis:
BVA is a variant and refinement of equivalence
partitioning

In BVA Rather than selecting any element in an
equivalence class as being representative, elements are
selected such that each edge of the EC is the subject of a
test

Is This Answer Correct ?    1 Yes 3 No

what is difference between BVA and Equivalence Partitioning? For login page(UN,PW) i have requremen..

Answer / vengalarao

when ever customer is given 2 or more requirements given in one field then use ecp.

when ever customer is given particular corner values then only prefer the bva

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

WHAT EXACTLY A TEST PLAN CONTAINS? WHAT ARE ENTER & EXIT CRITERIA OF A TEST PLAN?

2 Answers   RBS,


Why tester should know database concepts?

7 Answers  


why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent

3 Answers  


Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.

3 Answers   Accenture,


Wht is the Difference between Test Harness and Test Driver Anybody can explain it..Thanks in advance...

5 Answers   Siemens,






when will go for compatibility testing and when you use the testing metrics?

2 Answers  


In which way tester get Build A, BUild B, ....Build Z of an application, just explain the process..

5 Answers  


What is meant by system testing?

6 Answers  


WHAT is Spring in term of Agile model?

2 Answers   HCL,


Who will close the bug and how it is closed..........?

11 Answers   HP, IBM,


What is the difference between testing Techniques and tools? Give examples

1 Answers   Crea,


How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am giving 3 sides a, b, c values should be 1<=a<=200,1<=b<=200,1<=c<=200....

2 Answers   Apple,


Categories