Explain Equivalence Partitioning ?

Answers were Sorted based on User's Feedback



Explain Equivalence Partitioning ?..

Answer / ramyab.mca@gmail.com

Hai...

Equivalence Partitioning :

In this method the input domain data is divided into
different equivalence data classes. This method is
typically used to reduce the total number of test cases to
a finite set of testable test cases, still covering maximum
requirements.

In short it is the process of taking all possible test
cases and placing them into classes. One test value is
picked from each class while testing.

E.g.: If you are testing for an input box accepting numbers
from 1 to 1000 then there is no use in writing thousand
test cases for all 1000 valid input numbers plus other test
cases for invalid data.

Using equivalence partitioning method above test cases can
be divided into three sets of input data called as classes.
Each test case is a representative of respective class


K,Byeee..
Thanks & Regards
B.Ramysri

Is This Answer Correct ?    2 Yes 0 No

Explain Equivalence Partitioning ?..

Answer / mfsi_priyankaa

In Equivalence partitioning we divide the inputs into
different class means same set of inputs will come into one
class and other set of input will come under another
class.In this way we can reduce the number of test data..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is Test strategy?

4 Answers   Infosys,


can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent

6 Answers  


What r blackbox & whitebox testing techniques?

3 Answers  


What is Manual and Automation Testing Framework

1 Answers   Symphony,


What r the 3 types of System testing

33 Answers   College School Exams Tests, Misys,






what is RFT?

5 Answers  


3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?

7 Answers  


Explain about "Compatibility Testing" in Web based Application?

2 Answers   Crea,


what is the criteria for selecting automation testing ?

5 Answers   Accenture,


How can data caching have a negative effect on load testing results?

0 Answers  


Write 5 Test Cases for ATM From Security Point of View ?

2 Answers  


example of high severity and low priority bug.

6 Answers   Fiberlink,


Categories