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
What are the main key components in web applications and client and server applications?
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
Can anyone tell me, What is wound fixing?
what exactly is heuristic checklist approach for unit testing?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
can anyone tell me the scenarios for online banking transaction ?
What is AGP?what is setup.inf?What are the ways to install driver?
how we write test cases to brs,srs,hlds,llds
Do you know anything about Set Top Boxes?
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
Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?
discuss black box and white box testing is not widely used if you disagree tell me why?
What are differences in testing a client server and a web application?
Different types of design diagrams that supports to write test cases ?
What are some best practices that you should follow when writing test cases?