0
1.5kviews
Equivalence Class Testing
1 Answer
| written 6.3 years ago by |
The input domain for testing is too large to test every input. So we can divide or partition the input domain based on a common feature or a class of data. Equivalence partitioning is a method for deriving test cases wherein classes of input conditions called equivalence classes are identified …