Translate

What is Equivalence Testing?

Equivalence Testing is a software testing technique that divides the input data of a software program into partitions from which the test cases should be derived. Essentially, the test cases should be designed to cover each partition at least once.

Equivalence partitioning is not a stand alone method to determine test cases. It has to be supplemented by boundary value analysis. Having determined the partitions of possible inputs the method of boundary value analysis has to be applied to select the most effective test cases out of these partitions.


Subscribe to Quality Assurance Knowledge Base! by Email

No comments :

Post a Comment