Use Case Diagram


Intro

Use Case Diagrams are used to visualize different types of users in a system and how those users interact with the system. It provides a higher-level view of the system.

A single use case diagram captures a particular functionality of a system. So to model the entire system, a few major use cases are used. A Use case diagram should not go deep into the details of use cases rather it should be easily understood by any non-technical person. To describe any use case in detail, we can link the use case to another diagrams (such as activity diagram or sequence diagram).

Use Case Diagram objects

Relationships

How to Draw

We should first identify actors, use cases and their relationships(both include & extend). and then we will start drawing the diagram

Example

Use Case Diagram

source : msdn

Comments

comments powered by Disqus