Classification tree diagramsare used to visualize combinations of input classes or partitions, helping in identifying and selecting test cases.
They are closely associated withEquivalence Partitioningbecause they help in identifying classes (partitions) and their combinations.
State transition testing (A)involves states and transitions, not combinations of classes.
Decision table testing (C)involves logical conditions and outcomes, rather than class combinations.
Use case testing (D)focuses on user interactions and scenarios.
Therefore, the correct answer isB (Equivalence partitioning).
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit