Equivalence Partitioning
- •
def
- •
a black-box test case design technique that divides input data into partitions of valid and invalid values, where all values in a partition should exhibit the same behavior
- •
- •
- •
- •
partitions derived from
- •
requirements and specifications of the software
- •
- •
- •