What is diff between equialence partioning and boundary
value analysis
Answer Posted / mohan shyam
Equivalence partioning:-
take a example of login id field. This field can accept
minimum 6 characters and maximum 15 characters. So in this
technique we choose some random values like:-
a). Few values less then 6(1,3,4,5)
b). Few values between the criteria(7,9,11,13) &
c). Few values more then 15(17,21,33,45)
After making a subset of all these values,we select all the
values one by one from the subset and enter in Login ID
field. The value which reside in the criteria is accepted,
rest are rejected.
Boundry value Analysis:-
We all know that Boundries are most sesitive areas and most
error prone areas. So, all those values which are at
boundry are tested in this technique. This is done on the
basis of (-1,+1).
The login ID field only accept minimum 6 characters and
maximum 15 characters...so on the basis of (-1,+1),the
values to be tested will be 5,6,7 for minimum and 14,15,16
for maximum. when we implement these values one by one: 5
and 16 will be rejected(because these values are not
fulfilling the criteria) and 6,7,14,15 will be accepted
(these values are fulfilling the criteria)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a test log?
What are the challenges you faced in your project (Testing) and in your company?
What is bug release?
Could some one tell me test cases for multi line text boxes like Notes field?
What is common interface?
What is benchmark testing? hi friends... can anyone suggest the correct answer plz...
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
What is Web architecture that are followed while doing online project and tell the samples of architecture?
Can you explain regression testing and confirmation testing?
What is virtual creation tool?
what is coupling integration testing
Hi If anyone from banglore want to know the real time senario like writting Test cases and how things actually happens in a company. I am taking a 2 hours class which will cover all the real time experiance and guidence for job. classes are counducted only at weekends. for further queries mail me at vinodhanandhan@gmail.com Vinodh Anandhan Software Test Engineer vinodhanandhan@gmail.com
What is test management?
Tell me agile process in your company
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.