What is diff between equialence partioning and boundary
value analysis
Answer Posted / vishal
Consider this example
Equivalence Partitioning
A pwd field should accept 8 to 15 characters. Then in case
of Equivalence partitioning the input will be divided into
number of classes
The testcases should be
- Lessthan 8 (Should Fail)
- In between 8 and 15 (Inclusive of 8 and 15) (Should
Pass)
- Greater than 15 (Should Fail)
II) Incase of B.V.A
If its m to n then test cases will be m-1, m, m+1, n-1,n,n+1
Here it will be 7,8,9, 14,15,16
6 TCs in case of BVA & 3 TCs in case of Equivalence
partitioning.
Equivalence class testing is a technique used to reduce the
number of test cases to a manageable
hope diff is clear
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which testing model is best as per your understanding, and why?
What types of testing is specifically important for web testing?
Write the test cases for file transfer from one user to other from Google Drive/drop box?
If automating - what is your process for determining what to automate and in what order
how to test a store procedure?
What are different types of verifications?
how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance
Why is it impossible to test a program completely?
What is exploratory testing and when should it be performed?
what is the critical defect in telecom domain?help me out from this prob its very urgent
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
How do you define a testing policy?
Could some one tell me test cases for multi line text boxes like Notes field?
What are the RBI rules has to follow by a bank for online precesseing. ?
What's the difference between system testing and acceptance testing?