0
788views
What is equivalence partitioning? Give example.
1 Answer
| written 6.8 years ago by |
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. It is use to reduce test cases. This reduces the number of permutation & combination of input, output values used for testing, thereby increasing the …