1.

What Is Equivalence Partitioning?

Answer»

In Equivalence Partitioning, a TEST case is designed so as to uncover a GROUP or class of error. This LIMITS the number of tests cases that might need to be developed otherwise. Here input domain is divided into classes of groups of data. These classes are known as equivalence classes and the process of making equivalence classes is CALLED equivalence partitioning. Equivalence classes represent a set of valid or invalid states for input CONDITIONS.

In Equivalence Partitioning, a test case is designed so as to uncover a group or class of error. This limits the number of tests cases that might need to be developed otherwise. Here input domain is divided into classes of groups of data. These classes are known as equivalence classes and the process of making equivalence classes is called equivalence partitioning. Equivalence classes represent a set of valid or invalid states for input conditions.



Discussion

No Comment Found