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
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 |
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 |
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 |
What is the different cost elements involved in implementing process in an organization?
What is the difference between Developer and programmer?
When to do Black box testing?
What r the checklist to review testcase?
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
Hi What are the toold used for Manual testing? what are the tools used for defects/bug trackeing in Manual testing? I would appreciate if you can give some examples. Thankyou Sunitha.
What are the advantages of waterfall model?
what is build and release?
What will be your approach if a particular script in Load Test fails?
Whether we write one test case for one use case?
Can you please tell me what to test in a web based application? And i need to do usability testing and functionality testing for the same (web based application. So please tell me how and what to check the functionality and usability of the web based application?
types of testing?