Which of the followings describes the types of user interaction that could be captured in a use case

Explanation

A use case describes the interactions between one of more Actors and the system in order to provide an observable result of value for the initiating actor.

The functionality of a system is defined by different use cases, each of which represents a specific goal (to obtain the observable result of value) for a particular actor.

In an automated teller machine shown in Figure 1, the Bank Customer can withdraw cash from an account, transfer funds between accounts, or deposit funds to an account. These correspond to specific goals that the actor has in using the system.

Figure 1: ATM use case example.

Which of the followings describes the types of user interaction that could be captured in a use case

Each use case is associated with a goal of one of the actors. The collection of use cases constitutes all the possible ways of using the system. You should be able to determine the goal of a use case simply by observing its name.

A use case describes the interactions between the actor(s) and the system in the form of a dialog between the actor(s) and the system, structured as follows:

  1. The actor <<does something>>
  2. The system <<does something in response>>
  3. The actor <<does something else>>
  4. The system…

Each dialog of this form is called a “Flow of Events”.

Because there are many flows of events possible for achieving the goal (for example, the flow may differ depending upon specific input from the actor), and there are situations in which the goal cannot be achieved (for example, a required network connection is currently unavailable), each use case will contain several flows, including one “Basic Flow of Events” and several “Alternative Flows”.

The Basic Flow of Events specifies the interactions between the actor(s) and the system for the ideal case, where everything goes as planned, and the actor’s goal (the observable result of value) is met. The basic flow represents the main capability provided by the system for this use case.

As the name implies, Alternative Flows specify alternative interactions associated with the same goal.

Closely related to use cases is the concept of a scenario. A scenario is a specific flow of events, for a specific set of inputs to the system, states of the system, and states of the system’s environment. Scenarios are closely related to test cases.

Properties of Use Cases

Name

Each use case should have a name that clearly describes the main goal of the use case. The name may have to be several words long to be understood. Typically the name is a verb phrase, for example: Withdraw Cash.
Note: No two use cases can have the same name.

Brief Description

The brief description of the use case should reflect its purpose.

Flow of Events -- Contents

The flow of events should describe the interactions between the actor(s) and the system clearly enough for an outsider to easily understand. The flow of events should represent what the system does, not how the system is design to perform the required behavior.

Follow these guidelines for the contents of the flow of events:

  • Describe how the use case starts and ends.
  • Describe what data is exchanged between the actor and the use case.
  • Do not describe the details of the user interface, unless it is necessary to understand the behavior of the system. Specifying user interface details too early will limit design options.
  • Describe the flow of events, not only the functionality. To enforce this, start every action with "When the actor ... ".
  • Avoid vague terminology.
  • Detail the flow of events. Specify what happens when, for each action. Remember this text will be used to identify test cases.

If you have used certain terms in other use cases, be sure to use the exact same terms in this use case, and that the meaning of the terms is consistent. To manage common terms, put them in a Glossary.

Flow of Events -- Structure

The two main parts of the flow of events are basic flow of events and alternative flows of events. The basic flow of events should cover what "normally" happens when the use case is performed. The alternative flows of events cover behavior of optional or exceptional character in relation to the normal behavior, and also variations of the normal behavior. You can think of the alternative flows of events as detours from the basic flow of events, some of which will return to the basic flow of events and some of which will end the execution of the use case.

The straight arrow in Figure 2 represents the basic flow of events, and the curves represent alternative paths in relation to the normal. Some alternative paths return to the basic flow of events, whereas others end the use case.

Figure 2: Typical structure of a use case flow of events

Which of the followings describes the types of user interaction that could be captured in a use case

To clarify where an alternative flow of events fits in the structure, you need to describe the following for each detour to the basic flow of events:

  • Where the alternative flow can be inserted in the basic flow of events
  • The condition that needs to be fulfilled for the alternative behavior to start
  • How and where the basic flow of events is resumed, or how the use case ends

It might be tempting, if the alternative flow of events is very simple, to just describe it in the basic flow of events section (using some informal "if-then-else" construct). This should be avoided. Too many alternatives will make the normal behavior difficult to see. Also, including alternative paths in the basic flow of events section will make the text more pseudo-code like and harder to read.

Both the basic and alternative flows may be further structured into subflows. In doing this, your main goal should be readability of the text. A guideline is that a subflow should be a segment of behavior within the use case that has a clear purpose, and is "atomic" in the sense that you do either all or none of the actions described.

Special Requirements

In the Special Requirements of a use case, you describe all the requirements on the use case that are not covered by the flow of events. These are typically non-functional requirements that will influence the design model. See also the discussion on non-functional requirements in Concept: Requirements.

Preconditions and Post-conditions

A precondition is the state of the system and its surroundings that is required before the use case can be started. Post-Conditions are the states the system can be in after the use case has ended. It can be helpful to use the concepts of precondition and post-condition to clarify how the flow of events starts and ends. However, only use them if the audience for the description of the use case agrees that it is helpful. Figure 3 shows an example.

Figure 3: Illustration of preconditions and resulting post-conditions

Which of the followings describes the types of user interaction that could be captured in a use case

Examples

A precondition for the use case Cash Withdrawal in the ATM machine: The customer has a personally issued card that fits in the card reader, has been issued a PIN number, and is registered with the banking system.

A post-condition for the use case Cash Withdrawal in the ATM machine: At the end of the use case, all account and transaction logs are balanced, communication with the banking system is reinitialized, and the card is returned to the customer.

Level of detail necessary in use cases

There will often be use cases in your model that are so simple that they do not need a detailed structured description of the use case (that is, a step-by-step outline is quite enough). The criteria for making this decision is that you don't see disagreement among different readers on what the use case means, and that designers and testers are comfortable with the level of detail provided by the step-by-step format. Examples are use cases that describe simple data entry or retrieval in your system.

For more information on possible formats and the level of detail captured for each use case see Guideline: Use Case Formats.

Example Use Case

For an example of a completed use-case specification see Example: Use-Case Specification.

What are the 4 main components of a use case diagram?

UCDs have only 4 major elements: The actors that the system you are describing interacts with, the system itself, the use cases, or services, that the system knows how to perform, and the lines that represent relationships between these elements.

What are the different types of events in use cases?

Events are either primary (i.e., cause some new behavior) or secondary (part of the response stream for a primary events). Primary events will trigger a use case, whereas secondary events will form part of the use case dialogue. There can be many secondary events for each primary event.

Which of the following can be identified using use

A use-case model is a model of how different types of users interact with the system to solve a problem. As such, it describes the goals of the users, the interactions between the users and the system, and the required behavior of the system in satisfying these goals.

What are three techniques used to identify use cases?

Techniques for Identifying Use Cases.
Identify the data items to be handled by the system. The data items involved relate to customer, order, inventory item and shipment..
Examine each data item and state the use cases that create the data; read or report on the data; update the data; and delete the data..