T3 - Use Case Description Flashcards

1
Q

Explain the purpose of Use case Diagram

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

in use case description, Explain what is a goal

A

A brief description of the overview and purpose of the use case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are Scenarios?

A

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);

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference between alternate and exception flow?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When do we use sub-flows?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Discuss the difference between recoverable and non - recoverable extensions

A

Recoverable Extensions: The use returns back to the mainline

Non – recoverable extensions: The use case is terminated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly