what is difference between boundary value analysis and
Equivalnce partioning?
Answers were Sorted based on User's Feedback
Answer / rubi
Equivalence analysis
a method which helps in reducing the no. of test cases to
minimum no.
to select the right test case to cover the overall scenario
BVA
checking beyond the minimum and maximium level
MAX
MIN
MAX+1
MAX-1
MIN+1
MIN-1
all 6 possibilities
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / satyaprasad
bounndary value analysis for to test the range of the
characters in a field
Ex:min+1 chars pass
min-1 chars fail
max-1 chars pass
max+1 chars fail
Equivalence class partion is for to test the type of the
characters in a field
Ex: Numerics,alphanumarics ,spl charaters,blank spaces
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajesh pothina
Boundary value analysis is nothing but to check the max and
min length of the field.
Equivalence partition is nothing but to check the valid and
invalid data of the field.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / masudha
boundary value is nothing but
minimum
maximum
minimum-1
minimum+1
maximum-1
maximum+1
Equavalence testing
Focuses on grouping requirements based on what they have in
common
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kumar
B V A meant how many digits its( edit box)accept. and
equivalnce partioning is which type of charactors accept
that text or edit box
| Is This Answer Correct ? | 1 Yes | 1 No |
write testcase for print option using mswod
What's HTML content-checking tests
how does a client server environment affect testing?
What is a top-down and bottom-up approach in testing?
what is the diff between verification and validation.is verifiction and validation will takes place in each and every phase..pls send a clarified answer
How can i understand about the concept of "State Transition" Testing. Can any Testing genius can suggest me.
Is compatabilitytestig and port testing are same
As a manual tester what will do from day one getting the project and till signoff?
how do you do qa review
About Hierarchy level in your company.
What is the main use of preparing a traceability matrix?
we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)