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
iam having 2+yr sof exp in manual testing, at present working in chennai,want to relocte to hyd .if any openings let me know.my id : vaniramymail.com
What knowledge I must have as a 3 yrs. manual tester??
what is the architecture of your current project?
Can you do system testing at any stage of sdlc?
What are microsoft 6 rules?
test cases for Insurance Processing System ?
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
What is a testbed in manual testing?
. Is any graph is used for code coverage analysis?
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
how is market for testing in banglore,chennai,pune,delhi?
tell me 5 new requirements in ur project? plz urgent
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?
How do you go about testing a project?
What are the differences between web applications and client and server applications?