T3 - Use Case Description Flashcards
Explain the purpose of Use case Diagram
Providing a sequences of actions that leads successful and failure scenarios
Note: Use Case Description is not a part of the UML because it is not a graphical notation
in use case description, Explain what is a goal
A brief description of the overview and purpose of the use case
What are Scenarios?
A scenario describes a series of interactions between an actor and the system
Description of the
starting situation; a description of the normal
flow of events (main and exception);
What is the difference between alternate and exception flow?
Exception flows are those events that prevent certain steps, or the entire use case,
from completing successfully.
Alternate flows are the conditional steps in the scenario of a use case. (Mainly if and else statements)
When do we use sub-flows?
Subflow is the break down of a normal flow into multiple sub - flow to make it easier to understand
We use it when normal flow is too complex
Discuss the difference between recoverable and non - recoverable extensions
Recoverable Extensions: The use returns back to the mainline
Non – recoverable extensions: The use case is terminated