What is Equivalence Partitioning testing?

In software testing, one of the most important techniques is equivalence partitioning, used for simplification of test case design and performance of efficient testing. In using this technique, input data is divided into partitions, which include only equivalent data for the software module being tested. A partition may stand for a set of values that… Continue reading What is Equivalence Partitioning testing?