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.......?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

whar are the contents in db testing test case template

1611


is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?

1982


Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?

1626


Negative test cases for phone camera

250


If date field is a text field write test cases to validate it?

1944






Can you explain the elementary process?

650


Can list out some disadvantages of manual testing?

660


I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)

1197


HOW TO CREATE SRS REVIEW REPORT TO PL?

1897


Should testing be done only after the build and execution phases are complete?

1071


Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven

1553


Why should you care about objects and object-oriented testing?

1910


what types of testing have u done in ur project?and expalin it detail?

1533


Can you explain random/monkey testing?

645


What is Cyclometric testing?

1750