0
858views
Describe equivalence partitioning with example.
1 Answer
written 6.1 years ago by | • modified 6.1 years ago |
Equivalence partitioning is a software technique that involves identifying a small set of representative input values that produce as much different output condition as possible.
This reduces the number of permutation & combination of input, output values used for testing, thereby increasing the coverage and reducing the effort involved in …