Equivalence Partitioning is a black-box testing technique that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived. It helps in reducing the number of test cases while maintaining adequate test coverage.
[Reference: ISTQB CTFL Syllabus, version 4.0, defines Equivalence Partitioning as dividing inputs into groups expected to exhibit similar behaviors., , ]
Submit