can any one explain with example the diff between boundary
value analysis testcasees and equivalence class testcases
pls urgent
Answer Posted / biswal
a)Boundary Value Analysis and Equivalence Classes are two
techniques in Black Box Testing.
b)while writing Test Cases we can use these two techniques.
Boundary value Analysis:
It is nothing but a selection
technique in which testdata are chosen to lie along certain
boundaries.
That is imagine you have to write
test cases for a login field. which will accept 1-10
characters.So if u use boundary value analysis u have to
check with the boundaries that is test with 1 character and
10 characters.then check with 2 characters and 9 characters
and check without any character and with 11 characters.
So that means when u are using the
boundary value analysis that time u have to check withe
lower boundary,lower bolundary+1,Lower boundary-1,Upper
boundary,Upper Boundary-1,Upper Boundary+1.(ie
0,1,2,9,10,11)
Now Equivalence Partitioning:
Equivalence partitioning again is
also a technique.But here we are using with class not with
a value.
if you have to test a field which
will accept 1-10 numbers,then test with positive class (1-
10_,negative class (<1) and (>10).so checking with any
value from the positive equivalence class 1-10 will give
the correct result and checking the result with negative
class will be same for all the values in the negative class.
Hope now you are clear...
Thanks...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
When to stop testing? (Or) how do you decide when you have tested enough?
write test cases on wall
What is Batch testing? Facets Benefit Configuration
.In languages testing, what is the fixed part and changing part?
difference between change management and configuration management
Does an increase in testing always improve the project?
how to test ecg machine?
What is Test Design?
write the test senario on opening door in the flow diagram format
How to Generate Test Case for Shopping Cart?
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
i need some objective type papers for my certification
types of reviews?Advantages of reviews? Diff between process and procedure? diff b/w verification and validation? diff b/w cmm,cmmi? exp tqm,gqm,iso,ieee? Roles and responsibilities of tester? Ricks,types of ricks? what r Quality factors?
Tell me agile process in your company