volume_mute
Output Equivalence Partitions
publish date: 2026/06/17 05:49:38.610750 UTC
volume_mute
Which statement correctly describes output equivalence partitions?
Correct Answer
Output partitions are groups of outputs that have something in common, and may require their own separate input partitions
Explanation
Output equivalence partitions are partitions within which all outputs have something in common. While there is sometimes a 1:1 mapping between input and output partitions, this is not always the case. You may need to define a separate input equivalence partition where the only common characteristic of the inputs is that they generate outputs within the same output partition.
Reference
Software Engineering, Ian Sommerville, 10th edition
