volume_mute
Equivalence Partitions Concept
publish date: 2026/06/17 05:49:37.079773 UTC
volume_mute
The equivalence partitioning diagram below illustrates the concept.
What does each smaller unshaded ellipse within the large input ellipse represent?
Correct Answer
An equivalence partition - a group of inputs that should be processed in the same way
Explanation
Each smaller unshaded ellipse within the large input ellipse represents an equivalence partition - a group of inputs that a program should process in the same way. Programs normally behave comparably for all members of a partition (e.g., all positive numbers, all negative numbers). The shaded area represents invalid inputs.
Reference
Software Engineering, Ian Sommerville, 10th edition
