volume_mute

Use Cases vs. Sequence Diagrams — Level of Detail

publish date2026/06/08 06:26:27.712402 UTC

volume_mute

How do use case models and sequence diagrams relate to each other in terms of the level of detail they provide about interactions?

Correct Answer

Use case models provide a high-level overview of an interaction; sequence diagrams add more detail by showing the specific objects involved and the sequence of messages between them

Explanation

Use case models and sequence diagrams present interactions at different levels of detail and are used together. A use case gives a high-level overview of an interaction (what happens). The details of the interactions involved in a use case can then be documented in a sequence diagram (how it happens — which objects are involved, in what order, with what parameters and return values).

Reference

Software Engineering, Ian Sommerville, 9th edition


Quizzes you can take where this question appears