Interview Questions

Equivalence Partitioning

Glossary of Software QA/Testing


(Continued from previous question...)

Equivalence Partitioning

Input data of a program is divided into different categories so that test cases can be developed for each category of input data. The goal of equivalence partitioning is to come out with test cases so that errors are uncovered and test cases can be carried out more efficiently. The different categories of input data are called Equivalence Classes.

(Continued on next question...)

Other Interview Questions