jimin-kiim / Software-Engineering

0 stars 0 forks source link

UML - Use-case Diagram #6

Open jimin-kiim opened 1 year ago

jimin-kiim commented 1 year ago
jimin-kiim commented 1 year ago

Use Cases

Actor

Format

Section

Guideline

How to find use cases

  1. choose the system boundary
  2. identify the primary actors and the goals for each primary actor
    • write an actor- goal list first, review and refine it, and then draw the use case diagram
  3. define use cases that satisfy user goals

Tests for more useful use cases

Applying UML

jimin-kiim commented 1 year ago

Use case Diagram

Use Case

Actor

Relationships between use cases and actors

include relationship

스크린샷 2023-04-21 오후 3 08 01

extend relationship

스크린샷 2023-04-21 오후 3 07 03

generalization relationship

Generalization of Use cases

스크린샷 2023-04-21 오후 3 12 40

Typical Errors to Avoid