Describe Equivalence Partitioning
Ans) Input data of a program is separated into different categories so that test cases can be developed for every 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 dissimilar categories of input data are known as Equivalence Classes.