Explain Equavalence Partioning.With example?
Answers were Sorted based on User's Feedback
Answer / revati
Equivalence portioning is a technique for testing
equivalence classes rather than undertaking exhaustive
testing for each value of the larger class.
An equivalence class is a subset of data that is
representative of a larger class.
For example:
1.If an input condition specifies a range, then there will
be one valid and two invalid equivalence classes are
defined as follows:
If the Name text field should be 5 to 10 alpha
characters. Then instead of checking 6 times Name text
field ,make one class with range <5-10> which will be
called valid class and another class will be invalid
class which will be less than and greater than the range.
2.If an input condition requires a specific value, then one
valid and two valid classes are defined.
e.g. Input data is 6 digit number, then valid class is
<6 digit> and invalid classes are (<6) &( >6)
3.If an input condition is a Boolean then one valid and one
invalid equivalence classes are defined.
e.g. True or False.
The aim is to minimize the number of test cases require to
cover these input conditions.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / subhash
Equivalence Partitioning is a black box testing technique.
we use Equivalence Partitioning to divide the test case in
equivalence Partitioned Valid and Invalid.
example: Consider a credit card limit accepted only range
between(20000 to 50000).
test case will be
Less than 20000(invalid)
Between 20000 to 50000 (valid)
Greater than 50000 (Invalid)
Hope this will clear your doubt..
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / logu
Testing the application or field with a different set of data within a specified range.
Ex: User name should accept 2 to 6 character means we have to crate the Test case for only 2 to 6 ranges not more than that.
| Is This Answer Correct ? | 4 Yes | 3 No |
can u explain me v-model?I told him we will do parallely both devolpment and testing . frs------------useraccepatance testing \ / srs system testing \ / HLD integration testing \ / LLD--------------------- unit testing \ / CODING he asked me how ur frs is done parallel with useracceptence testing and srs is done parallel to system testing and HLD IS done parallel to integration testing and LLD is done parallel to unit testing.Give me a clear clarification for it?
who can we do the performace test for hotmail or yahoo or gmail. when you working with your personal system. or labtop.
what is soak testing
What Is Regression Testing?
I am graduate and have 6 yrs of experience in Testing. How much salary can I demand or expect
In simple steps how will you do unit testing using VSTS?
give five problems in software devlopment process?
is it possible to do performance testing in stand alone application..how wil u do that ???????
How should your staff be managed? How about your overtime?
How to test gtalk applicatin,what could be the possible test cases,test plan
How many days need to test one module?If any one know the answer please tell me?
In a listbox of cities, if I enter B, it should display all the cities starting with B, then if i type BA, then all cities starting with BA and so on. Pls anyone give me all the positive and negative test cases for this. It is urgent. Realtime questions pls.