Skip to content

Instantly share code, notes, and snippets.

@cdeck3r
Forked from fourcube/UseCase-Template
Last active August 4, 2021 11:40
Show Gist options
  • Save cdeck3r/11c216d4047fb5da428dda7ee4c07c07 to your computer and use it in GitHub Desktop.
Save cdeck3r/11c216d4047fb5da428dda7ee4c07c07 to your computer and use it in GitHub Desktop.
Markdown Template for describing Use Cases
Use Case 1: Title
=================================
**Primary Actor**: User
**Scope**: Software system
**Summary**: A brief description, summary or purpose of the use case
Main course of actions:
------------------------
1. ...
2. ...
3. ...
Alternative extensions:
------------------------
1a. ...
3a. ...
3b. ...
**Preconditions:** What is needed to start the use cases.
**Postconditions:** What is the situation afterwards.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment