SlideShare una empresa de Scribd logo
1 de 53
UsingUML,Patterns,andJava
Object-OrientedSoftwareEngineering Chapter 4, Requirements
Elicitation
2Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 2
Software Lifecycle Activities
Application
Domain
Objects
Subsystems
class...
class...
class...
Solution
Domain
Objects
Source
Code
Test
Cases
?
Expressed in
Terms Of
Structured By
Implemented
By
Realized By Verified
By
System
Design
Detailed
Design
Implemen-
tation
Testing
class....?
Requirements
Elicitation
Use Case
Model
Analysis
3Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 3
What does the Customer say?
4Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 4
First step in identifying the Requirements:
System identification
• Two questions need to be answered:
1. How can we identify the purpose of a system?
2. What is inside, what is outside the system?
• These two questions are answered during
requirements elicitation and analysis
• Requirements elicitation:
• Definition of the system in terms understood by the
customer (“Requirements specification”)
• Analysis:
• Definition of the system in terms understood by the
developer (Technical specification, “Analysis
model”)
• Requirements Process: Contains the activities
Requirements Elicitation and Analysis.
5Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 5
Techniques to elicit Requirements
• Bridging the gap between end user and
developer:
• Questionnaires: Asking the end user a list of pre-
selected questions
• Task Analysis: Observing end users in their
operational environment
• Scenarios: Describe the use of the system as a series
of interactions between a concrete end user and the
system
• Use cases: Abstractions that describe a class of
scenarios.
6Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 6
Scenario-Based Design
Scenarios can have many different uses during the
software lifecycle
• Requirements Elicitation: As-is scenario, visionary
scenario
• Client Acceptance Test: Evaluation scenario
• System Deployment: Training scenario
Scenario-Based Design: The use of scenarios in a
software lifecycle activity
7Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 7
Types of Scenarios
• As-is scenario:
• Describes a current situation. Usually used in re-
engineering projects. The user describes the system
• Example: Description of Letter-Chess
• Visionary scenario:
• Describes a future system. Usually used in greenfield
engineering and reengineering projects
• Can often not be done by the user or developer alone
• Example: Description of an interactive internet-
based Tic Tac Toe game tournament
• Example: Description - in the year 1954 - of the
Home Computer of the Future.
8Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 8
Additional Types of Scenarios (2)
• Evaluation scenario:
• Description of a user task against which the system is
to be evaluated.
• Example: Four users (two novice, two experts) play
in a TicTac Toe tournament in ARENA.
• Training scenario:
• A description of the step by step instructions that guide
a novice user through a system
• Example: How to play Tic Tac Toe in the ARENA
Game Framework.
9Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 9
How do we find scenarios?
• Don’t expect the client to be verbal if the system
does not exist
• Client understands problem domain, not the solution
domain.
• Don’t wait for information even if the system
exists
• “What is obvious does not need to be said”
• Engage in a dialectic approach
• You help the client to formulate the requirements
• The client helps you to understand the requirements
• The requirements evolve while the scenarios are being
developed
10Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 10
Heuristics for finding scenarios
• Ask yourself or the client the following questions:
• What are the primary tasks that the system needs to
perform?
• What data will the actor create, store, change, remove or
add in the system?
• What external changes does the system need to know
about?
• What changes or events will the actor of the system
need to be informed about?
• However, don’t rely on questions and
questionnaires alone
• Insist on task observation if the system already
exists (interface engineering or reengineering)
• Ask to speak to the end user, not just to the client
• Expect resistance and try to overcome it.
11Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 11
Scenario example: Warehouse on Fire
• Bob, driving down main street in his patrol car notices
smoke coming out of a warehouse. His partner, Alice,
reports the emergency from her car.
• Alice enters the address of the building into her wearable
computer , a brief description of its location (i.e., north
west corner), and an emergency level.
• She confirms her input and waits for an acknowledgment.
• John, the dispatcher, is alerted to the emergency by a
beep of his workstation. He reviews the information
submitted by Alice and acknowledges the report. He
allocates a fire unit and sends the estimated arrival time
(ETA) to Alice.
• Alice received the acknowledgment and the ETA.
12Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 12
Observations about Warehouse on Fire
Scenario
• Concrete scenario
• Describes a single instance of reporting a fire
incident.
• Does not describe all possible situations in
which a fire can be reported.
• Participating actors
• Bob, Alice and John
13Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 13
After the scenarios are formulated
• Find all the use cases in the scenario that specify
all instances of how to report a fire
• Example: “Report Emergency“ in the first paragraph of
the scenario is a candidate for a use case
• Describe each of these use cases in more detail
• Participating actors
• Describe the entry condition
• Describe the flow of events
• Describe the exit condition
• Describe exceptions
• Describe nonfunctional requirements
14Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 14
Requirements Elicitation: Difficulties and
Challenges
• Communicate accurately about the domain and
the system
• People with different backgrounds must collaborate to
bridge the gap between end users and developers
• Client and end users have application domain
knowledge
• Developers have solution domain knowledge
• Identify an appropriate system (Defining the
system boundary)
• Provide an unambiguous specification
• Leave out unintended features
15Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 15
Example of an Ambiguous Specification
During a laser experiment, a laser beam was
directed from earth to a mirror on the Space
Shuttle Discovery
The laser beam was supposed to be reflected
back towards a mountain top 10,023 feet high
The operator entered the elevation as “10023”
The light beam never hit the mountain top
What was the problem?
The computer interpreted the number in miles...
16Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 16
From the News: London underground train
leaves station without driver!
Example of an Unintended Feature
• He left the driver door open
• He relied on the specification that said the train
does not move if at least one door is open
• The driver left his train to close the passenger
door
• When he shut the passenger door,
the train left the station without him
•The driver door was not treated
as a door in the source code!
What happened?
• A passenger door was stuck and did not close
17Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 17
Requirements Process
:problem
statement
Requirements
elicitation
Analysis Model
Requirements
Specification
:dynamic model
:analysis object
model
Analysis
:nonfunctional
requirements
:functional
model
18Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 18
Requirements Specification vs Analysis
Model
Both focus on the requirements from the user’s
view of the system
• The requirements specification uses natural
language (derived from the problem statement)
• The analysis model uses a formal or semi-formal
notation (we use UML)
19Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 19
Types of Requirements
• Functional requirements
• Describe the interactions between the system and its
environment independent from the implementation
“An operator must be able to define a new game. “
• Nonfunctional requirements
• Aspects not directly related to functional behavior.
“The response time must be less than 1 second”
• Constraints
• Imposed by the client or the environment
• “The implementation language must be Java “
• Called “Pseudo requirements” in the text book.
20Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 20
Functional vs. Nonfunctional Requirements
Functional Requirements
• Describe user tasks
that the system needs
to support
• Phrased as actions
“Advertise a new league”
“Schedule tournament”
“Notify an interest group”
Nonfunctional Requirements
• Describe properties of the
system or the domain
• Phrased as constraints or
negative assertions
“All user inputs should be
acknowledged within 1
second”
“A system crash should not
result in data loss”.
21Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 21
Types of Nonfunctional Requirements
• Usability
• Reliability
• Robustness
• Safety
• Performance
• Response time
• Scalability
• Throughput
• Availability
• Supportability
• Adaptability
• Maintainability
• Implementation
• Interface
• Operation
• Packaging
• Legal
• Licensing (GPL, LGPL)
• Certification
• Regulation
Quality requirements
Constraints or
Pseudo requirements
22Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 22
Nonfunctional Requirements: Examples
• “Spectators must be able to watch a match
without prior registration and without prior
knowledge of the match.”
Usability Requirement
• “The system must support 10 parallel
tournaments”
Performance Requirement
• “The operator must be able to add new games
without modifications to the existing system.”
Supportability Requirement
23Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 23
What should not be in the Requirements?
• System structure, implementation technology
• Development methodology
• Parnas, How to fake the software development process
• Development environment
• Implementation language
• Reusability
• It is desirable that none of these above are
constrained by the client. Fight for it!
24Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 24
Requirements Validation
Requirements validation is a quality assurance
step, usually performed after requirements
elicitation or after analysis
• Correctness:
• The requirements represent the client’s view
• Completeness:
• All possible scenarios, in which the system can be used,
are described
• Consistency:
• There are no requirements that contradict each other.
25Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 25
Requirements Validation (2)
• Clarity:
• Requirements can only be interpreted in one way
• Realism:
• Requirements can be implemented and delivered
• Traceability:
• Each system behavior can be traced to a set of
functional requirements
• Problems with requirements validation:
• Requirements change quickly during requirements
elicitation
• Inconsistencies are easily added with each change
• Tool support is needed!
26Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 26
We can specify Requirements for
“Requirements Management”
• Functional requirements:
• Store the requirements in a shared repository
• Provide multi-user access to the requirements
• Automatically create a specification document
from the requirements
• Allow change management of the requirements
• Provide traceability of the requirements
throughout the artifacts of the system.
27Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 27
Tools for Requirements Management (2)
DOORS (Telelogic)
• Multi-platform requirements management tool, for
teams working in the same geographical location.
DOORS XT for distributed teams
RequisitePro (IBM/Rational)
• Integration with MS Word
• Project-to-project comparisons via XML baselines
RD-Link (http://www.ring-zero.com)
• Provides traceability between RequisitePro & Telelogic
DOORS
Unicase (http://unicase.org)
• Research tool for the collaborative development of
system models
• Participants can be geographically distributed.
28Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 28
Different Types of Requirements Elicitation
• Greenfield Engineering
• Development starts from scratch, no prior system
exists, requirements come from end users and clients
• Triggered by user needs
• Re-engineering
• Re-design and/or re-implementation of an existing
system using newer technology
• Triggered by technology enabler
• Interface Engineering
• Provision of existing services in a new environment
• Triggered by technology enabler or new market needs
29Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 29
Prioritizing requirements
• High priority
• Addressed during analysis, design, and implementation
• A high-priority feature must be demonstrated
• Medium priority
• Addressed during analysis and design
• Usually demonstrated in the second iteration
• Low priority
• Addressed only during analysis
• Illustrates how the system is going to be used in the
future with not yet available technology
30Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 30
Requirements Analysis Document Template
1. Introduction
2. Current system
3. Proposed system
3.1 Overview
3.2 Functional requirements
3.3 Nonfunctional requirements
3.4 Constraints (“Pseudo requirements”)
3.5 System models
3.5.1 Scenarios
3.5.2 Use case model
3.5.3 Object model
3.5.3.1 Data dictionary
3.5.3.2 Class diagrams
3.5.4 Dynamic models
3.5.5 User interface
4. Glossary
31Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 31
Scenario example from earlier:
Warehouse on Fire
• Bob, driving down main street in his patrol car notices
smoke coming out of a warehouse. His partner, Alice,
reports the emergency from her car.
• Alice enters the address of the building into her wearable
computer , a brief description of its location (i.e., north
west corner), and an emergency level.
• She confirms her input and waits for an acknowledgment.
• John, the dispatcher, is alerted to the emergency by a
beep of his workstation. He reviews the information
submitted by Alice and acknowledges the report. He
allocates a fire unit and sends the estimated arrival time
(ETA) to Alice.
• Alice received the acknowledgment and the ETA.
32Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 32
Observations about Warehouse on Fire
Scenario
• Concrete scenario
• Describes a single instance of reporting a fire
incident.
• Does not describe all possible situations in
which a fire can be reported.
• Participating actors
• Bob, Alice and John
33Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 33
After the scenarios are formulated
• Find all the use cases in the scenario that specify
all instances of how to report a fire
• Example: “Report Emergency“ in the first paragraph of
the scenario is a candidate for a use case
• Describe each of these use cases in more detail
• Participating actors
• Describe the entry condition
• Describe the flow of events
• Describe the exit condition
• Describe exceptions
• Describe nonfunctional requirements
34Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 34
Use Case Model for Incident Management
ReportEmergency
FieldOfficer Dispatcher
OpenIncident
AllocateResources
<<initiates>>
<<initiates>>
<<initiates>>
35Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 35
How to find Use Cases
• Select a narrow vertical slice of the system (i.e.
one scenario)
• Discuss it in detail with the user to understand the
user’s preferred style of interaction
• Select a horizontal slice (i.e. many scenarios) to
define the scope of the system.
• Discuss the scope with the user
• Use illustrative prototypes (mock-ups) as visual
support
• Find out what the user does
• Task observation (Good)
• Questionnaires (Bad)
36Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 36
Use Case Example: ReportEmergency
• Use case name: ReportEmergency
• Participating Actors:
• Field Officer (Bob and Alice in the Scenario)
• Dispatcher (John in the Scenario)
• Exceptions:
• The FieldOfficer is notified immediately if the
connection between terminal and central is lost.
• The Dispatcher is notified immediately if the connection
between a FieldOfficer and central is lost.
• Flow of Events: on next slide.
• Special Requirements:
• The FieldOfficer’s report is acknowledged within 30
seconds. The selected response arrives no later than
30 seconds after it is sent by the Dispatcher.
37Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 37
Use Case Example: ReportEmergency
Flow of Events
1. The FieldOfficer activates the “Report Emergency”
function of her terminal. FRIEND responds by
presenting a form to the officer.
2. The FieldOfficer fills the form, by selecting the
emergency level, type, location, and brief
description of the situation. The FieldOfficer also
describes a response to the emergency situation.
Once the form is completed, the FieldOfficer
submits the form, and the Dispatcher is notified.
3. The Dispatcher creates an Incident in the database
by invoking the OpenIncident use case. He selects
a response and acknowledges the report.
4. The FieldOfficer receives the acknowledgment and
the selected response.
38Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 38
Order of steps when formulating use cases
• First step: Name the use case
• Use case name: ReportEmergency
• Second step: Find the actors
• Generalize the concrete names (“Bob”) to participating
actors (“Field officer”)
• Participating Actors:
• Field Officer (Bob and Alice in the Scenario)
• Dispatcher (John in the Scenario)
• Third step: Concentrate on the flow of events
• Use informal natural language
39Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 39
Use Case Associations
• Dependencies between use cases are
represented with use case associations
• Associations are used to reduce complexity
• Decompose a long use case into shorter ones
• Separate alternate flows of events
• Refine abstract use cases
• Types of use case associations
• Includes
• Extends
• Generalization
40Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 40
<<include>>: Functional Decomposition
• Problem:
• A function in the original problem statement is too
complex
• Solution:
• Describe the function as the aggregation of a set of
simpler functions. The associated use case is
decomposed into shorter use cases
ManageIncident
CreateIncident HandleIncident CloseIncident
<<include>><<include>> <<include>>
41Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 41
<<include>>: Reuse of Existing Functionality
• Problem: There are overlaps among use cases.
How can we reuse flows of events instead of
duplicating them?
• Solution: The includes association from use case
A to use case B indicates that an instance of use
case A performs all the behavior described in use
case B (“A delegates to B”)
• Example: Use case “ViewMap” describes behavior
that can be used by use case “OpenIncident”
(“ViewMap” is factored out)
ViewMap
OpenIncident
AllocateResources
<<include>>
<<include>>
Base Use
Case
Supplier
Use Case
42Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 42
<<extend>> Association for Use Cases
• Problem: The functionality in the original
problem statement needs to be extended.
• Solution: An extend association from use case A
to use case B
• Example: “ReportEmergency” is complete by
itself, but may be extended by use case “Help” for
a scenario in which the user requires help
ReportEmergency
FieldOfficer
Help
<<extend>>
43Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 43
Generalization in Use Cases
• Problem: We want to factor out common (but not
identical) behavior.
• Solution: The child use cases inherit the behavior
and meaning of the parent use case and add or
override some behavior.
• Example: “ValidateUser” is responsible for verifying
the identity of the user. The customer might require
two realizations: “CheckPassword” and
“CheckFingerprint”
ValidateUser
Parent
Case
Child
Use Case
CheckPassword
CheckFingerprint
44Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 44
Another Use Case Example
Actor Bank Customer
• Person who owns one or more Accounts in the
Bank.
Withdraw Money
• The Bank Customer specifies a Account and
provides credentials to the Bank proving that
s/he is authorized to access the Bank Account.
• The Bank Customer specifies the amount of
money s/he wishes to withdraw.
• The Bank checks if the amount is consistent with
the rules of the Bank and the state of the Bank
Customer’s account. If that is the case, the Bank
Customer receives the money in cash.
45Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 45
Use Case Attributes
Use Case Withdraw Money Using ATM
Initiatiating actor:
• Bank Customer
Preconditions:
• Bank Customer has opened a Bank Account with
the Bank and
• Bank Customer has received an ATM Card and PIN
Postconditions:
• Bank Customer has the requested cash or
• Bank Customer receives an explanation from the
ATM about why the cash could not be dispensed
46Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 46
7. The Bank Customer inputs an
amount.
3. The Bank Customer types in
PIN.
5. The Bank Customer selects an
account.
Use Case Flow of Events
1.The Bank Customer inputs the
card into the ATM.
8.The ATM outputs the money and a
receipt and stops the interaction.
4. If several accounts are recorded
on the card, the ATM offers a choice
of the account numbers for selection
by the Bank Customer
6.If only one account is recorded on
the card or after the selection, the
ATM requests the amount to be
withdrawn.
System steps
2.The ATM requests the input of
a four-digit PIN.
Actor steps
47Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 47
Use Case Exceptions
Actor steps
1.The Bank Customer inputs
her card into the ATM.
[Invalid card]
3.The Bank Customer types
in PIN. [Invalid PIN]
5. The Bank Customer
selects an account .
7. The Bank Customer inputs
an amount. [Amount
over limit]
[Invalid card]
The ATM outputs the card and
stops the interaction.
[Invalid PIN]
The ATM announces the failure
and offers a 2nd try as well as
canceling the whole use case.
After 3 failures, it announces
the possible retention of the
card. After the 4th failure it
keeps the card and stops the
interaction.
[Amount over limit]
The ATM announces the failure
and the available limit and
offers a second try as well as
canceling the whole use case.
48Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 48
Guidelines for Formulation of Use Cases (1)
• Name
• Use a verb phrase to name the use case.
• The name should indicate what the user is trying to
accomplish.
• Examples:
• “Request Meeting”, “Schedule Meeting”, “Propose
Alternate Date”
• Length
• A use case description should not exceed 1-2 pages. If
longer, use include relationships.
• A use case should describe a complete set of
interactions.
49Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 49
Guidelines for Formulation of Use Cases (2)
Flow of events:
• Use the active voice. Steps should start either
with “The Actor” or “The System …”.
• The causal relationship between the steps
should be clear.
• All flow of events should be described (not only
the main flow of event).
• The boundaries of the system should be clear.
Components external to the system should be
described as such.
• Define important terms in the glossary.
50Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 50
Example of a badly written Use Case
“The driver arrives at the parking gate, the driver
receives a ticket from the distributor, the gate is
opened, the driver drives through.”
• What is wrong with this use case?
51Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 51
Example of a badly written Use Case
“The driver arrives at the parking gate, the driver
receives a ticket from the distributor, the gate is
opened, the driver drives through.”
It contains no actors
It is not clear which action triggers the ticket being issued
Because of the passive form, it is not clear who opens the
gate (The driver? The computer? A gate keeper?)
It is not a complete transaction. A complete transaction
would also describe the driver paying for the parking and
driving out of the parking lot.
52Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 52
How to write a use case (Summary)
• Name of Use Case
• Actors
• Description of Actors involved in use case
• Entry condition
• “This use case starts when…”
• Flow of Events
• Free form, informal natural language
• Exit condition
• “This use cases terminates when…”
• Exceptions
• Describe what happens if things go wrong
• Special Requirements
• Nonfunctional Requirements, Constraints
53Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 53
Summary
• Scenarios:
• Great way to establish communication with client
• Different types of scenarios: As-Is, visionary,
evaluation and training
• Use cases
• Abstractions of scenarios
• Use cases bridge the transition between
functional requirements and objects.

Más contenido relacionado

La actualidad más candente

Software Engineering - Ch11
Software Engineering - Ch11Software Engineering - Ch11
Software Engineering - Ch11Siddharth Ayer
 
Engineering Software Products: 2. agile software engineering
Engineering Software Products: 2. agile software engineeringEngineering Software Products: 2. agile software engineering
Engineering Software Products: 2. agile software engineeringsoftware-engineering-book
 
Software engineering
Software engineeringSoftware engineering
Software engineeringnimmik4u
 
Software Re-Engineering
Software Re-EngineeringSoftware Re-Engineering
Software Re-EngineeringSaqib Raza
 
Requirements validation - requirements engineering
Requirements validation - requirements engineeringRequirements validation - requirements engineering
Requirements validation - requirements engineeringRa'Fat Al-Msie'deen
 
Use Case TABLE with Actors & Goals
Use Case TABLE with Actors & Goals Use Case TABLE with Actors & Goals
Use Case TABLE with Actors & Goals Putcha Narasimham
 
UML for Aspect Oriented Design
UML for Aspect Oriented DesignUML for Aspect Oriented Design
UML for Aspect Oriented DesignEdison Lascano
 
User Interface Design in Software Engineering SE15
User Interface Design in Software Engineering SE15User Interface Design in Software Engineering SE15
User Interface Design in Software Engineering SE15koolkampus
 
Introduction Programming Languages
Introduction Programming LanguagesIntroduction Programming Languages
Introduction Programming LanguagesManish Kharotia
 
Requirement Engineering Lec.1 & 2 & 3
Requirement Engineering Lec.1 & 2 & 3Requirement Engineering Lec.1 & 2 & 3
Requirement Engineering Lec.1 & 2 & 3Ahmed Alageed
 
Unit iii(part c - user interface design)
Unit   iii(part c - user interface design)Unit   iii(part c - user interface design)
Unit iii(part c - user interface design)BALAJI A
 
system analysis and design Chap005
 system analysis and design  Chap005 system analysis and design  Chap005
system analysis and design Chap005Nderitu Muriithi
 
Software engineering critical systems
Software engineering   critical systemsSoftware engineering   critical systems
Software engineering critical systemsDr. Loganathan R
 

La actualidad más candente (20)

Software requirements
Software requirementsSoftware requirements
Software requirements
 
Software Engineering - Ch11
Software Engineering - Ch11Software Engineering - Ch11
Software Engineering - Ch11
 
Software Verification & Validation
Software Verification & ValidationSoftware Verification & Validation
Software Verification & Validation
 
Engineering Software Products: 2. agile software engineering
Engineering Software Products: 2. agile software engineeringEngineering Software Products: 2. agile software engineering
Engineering Software Products: 2. agile software engineering
 
Test planning
Test planningTest planning
Test planning
 
Sdlc models
Sdlc modelsSdlc models
Sdlc models
 
Software engineering
Software engineeringSoftware engineering
Software engineering
 
Software Re-Engineering
Software Re-EngineeringSoftware Re-Engineering
Software Re-Engineering
 
Requirements validation - requirements engineering
Requirements validation - requirements engineeringRequirements validation - requirements engineering
Requirements validation - requirements engineering
 
software quality
software qualitysoftware quality
software quality
 
Use Case TABLE with Actors & Goals
Use Case TABLE with Actors & Goals Use Case TABLE with Actors & Goals
Use Case TABLE with Actors & Goals
 
UML for Aspect Oriented Design
UML for Aspect Oriented DesignUML for Aspect Oriented Design
UML for Aspect Oriented Design
 
User Interface Design in Software Engineering SE15
User Interface Design in Software Engineering SE15User Interface Design in Software Engineering SE15
User Interface Design in Software Engineering SE15
 
Introduction Programming Languages
Introduction Programming LanguagesIntroduction Programming Languages
Introduction Programming Languages
 
Bug Reporting
Bug ReportingBug Reporting
Bug Reporting
 
Requirement Engineering Lec.1 & 2 & 3
Requirement Engineering Lec.1 & 2 & 3Requirement Engineering Lec.1 & 2 & 3
Requirement Engineering Lec.1 & 2 & 3
 
Chapter 15
Chapter 15Chapter 15
Chapter 15
 
Unit iii(part c - user interface design)
Unit   iii(part c - user interface design)Unit   iii(part c - user interface design)
Unit iii(part c - user interface design)
 
system analysis and design Chap005
 system analysis and design  Chap005 system analysis and design  Chap005
system analysis and design Chap005
 
Software engineering critical systems
Software engineering   critical systemsSoftware engineering   critical systems
Software engineering critical systems
 

Destacado (7)

Ch03lect1 ud
Ch03lect1 udCh03lect1 ud
Ch03lect1 ud
 
Ch07lect1 ud
Ch07lect1 udCh07lect1 ud
Ch07lect1 ud
 
Ch08lect3 ud
Ch08lect3 udCh08lect3 ud
Ch08lect3 ud
 
Ch09lect1 ud
Ch09lect1 udCh09lect1 ud
Ch09lect1 ud
 
Ch01lect1 ud
Ch01lect1 udCh01lect1 ud
Ch01lect1 ud
 
Ch03lect2 ud
Ch03lect2 udCh03lect2 ud
Ch03lect2 ud
 
Ch11lect1 ud
Ch11lect1 udCh11lect1 ud
Ch11lect1 ud
 

Similar a ReqElicUMLCh4

L14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.pptL14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.pptAronBalais1
 
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.pptL14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.pptAxmedMaxamuud6
 
Abbott's Textual Analysis : Software Engineering 2
Abbott's Textual Analysis : Software Engineering 2Abbott's Textual Analysis : Software Engineering 2
Abbott's Textual Analysis : Software Engineering 2wahab13
 
L35_LifecycleModeling_ch15lect1.ppt
L35_LifecycleModeling_ch15lect1.pptL35_LifecycleModeling_ch15lect1.ppt
L35_LifecycleModeling_ch15lect1.pptgarimaarora436394
 
L35_LifecycleModeling_ch15lect1.ppt
L35_LifecycleModeling_ch15lect1.pptL35_LifecycleModeling_ch15lect1.ppt
L35_LifecycleModeling_ch15lect1.pptSaraj Hameed Sidiqi
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptxTekle12
 
SE 1a SDLC Session BCU.ppt
SE 1a SDLC Session BCU.pptSE 1a SDLC Session BCU.ppt
SE 1a SDLC Session BCU.pptMahiDivya
 
Lecture 1 uml with java implementation
Lecture 1 uml with java implementationLecture 1 uml with java implementation
Lecture 1 uml with java implementationthe_wumberlog
 
RTDesignWithUMLUseCase.ppt
RTDesignWithUMLUseCase.pptRTDesignWithUMLUseCase.ppt
RTDesignWithUMLUseCase.pptShashikanth
 
Software Testing
Software TestingSoftware Testing
Software TestingAlok Ranjan
 
chapter 1 software design.pptx
chapter 1 software design.pptxchapter 1 software design.pptx
chapter 1 software design.pptxrecoveraccount1
 

Similar a ReqElicUMLCh4 (20)

ch04lect1.ppt
ch04lect1.pptch04lect1.ppt
ch04lect1.ppt
 
Ch05lect1 ud
Ch05lect1 udCh05lect1 ud
Ch05lect1 ud
 
Ch08lect2 ud
Ch08lect2 udCh08lect2 ud
Ch08lect2 ud
 
Ch05lect2 ud
Ch05lect2 udCh05lect2 ud
Ch05lect2 ud
 
3Requirements.ppt
3Requirements.ppt3Requirements.ppt
3Requirements.ppt
 
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.pptL14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
 
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.pptL14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
L14_DesignGoalsSubsystemDecompositionc_ch06lect1.ppt
 
Ch10lect1 ud
Ch10lect1 udCh10lect1 ud
Ch10lect1 ud
 
Abbott's Textual Analysis : Software Engineering 2
Abbott's Textual Analysis : Software Engineering 2Abbott's Textual Analysis : Software Engineering 2
Abbott's Textual Analysis : Software Engineering 2
 
L35_LifecycleModeling_ch15lect1.ppt
L35_LifecycleModeling_ch15lect1.pptL35_LifecycleModeling_ch15lect1.ppt
L35_LifecycleModeling_ch15lect1.ppt
 
L35_LifecycleModeling_ch15lect1.ppt
L35_LifecycleModeling_ch15lect1.pptL35_LifecycleModeling_ch15lect1.ppt
L35_LifecycleModeling_ch15lect1.ppt
 
ch01lect1.ppt
ch01lect1.pptch01lect1.ppt
ch01lect1.ppt
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
Ch08lect1 ud
Ch08lect1 udCh08lect1 ud
Ch08lect1 ud
 
SE 1a SDLC Session BCU.ppt
SE 1a SDLC Session BCU.pptSE 1a SDLC Session BCU.ppt
SE 1a SDLC Session BCU.ppt
 
Lo 11
Lo 11Lo 11
Lo 11
 
Lecture 1 uml with java implementation
Lecture 1 uml with java implementationLecture 1 uml with java implementation
Lecture 1 uml with java implementation
 
RTDesignWithUMLUseCase.ppt
RTDesignWithUMLUseCase.pptRTDesignWithUMLUseCase.ppt
RTDesignWithUMLUseCase.ppt
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
chapter 1 software design.pptx
chapter 1 software design.pptxchapter 1 software design.pptx
chapter 1 software design.pptx
 

ReqElicUMLCh4

  • 2. 2Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 2 Software Lifecycle Activities Application Domain Objects Subsystems class... class... class... Solution Domain Objects Source Code Test Cases ? Expressed in Terms Of Structured By Implemented By Realized By Verified By System Design Detailed Design Implemen- tation Testing class....? Requirements Elicitation Use Case Model Analysis
  • 3. 3Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 3 What does the Customer say?
  • 4. 4Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 4 First step in identifying the Requirements: System identification • Two questions need to be answered: 1. How can we identify the purpose of a system? 2. What is inside, what is outside the system? • These two questions are answered during requirements elicitation and analysis • Requirements elicitation: • Definition of the system in terms understood by the customer (“Requirements specification”) • Analysis: • Definition of the system in terms understood by the developer (Technical specification, “Analysis model”) • Requirements Process: Contains the activities Requirements Elicitation and Analysis.
  • 5. 5Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 5 Techniques to elicit Requirements • Bridging the gap between end user and developer: • Questionnaires: Asking the end user a list of pre- selected questions • Task Analysis: Observing end users in their operational environment • Scenarios: Describe the use of the system as a series of interactions between a concrete end user and the system • Use cases: Abstractions that describe a class of scenarios.
  • 6. 6Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 6 Scenario-Based Design Scenarios can have many different uses during the software lifecycle • Requirements Elicitation: As-is scenario, visionary scenario • Client Acceptance Test: Evaluation scenario • System Deployment: Training scenario Scenario-Based Design: The use of scenarios in a software lifecycle activity
  • 7. 7Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 7 Types of Scenarios • As-is scenario: • Describes a current situation. Usually used in re- engineering projects. The user describes the system • Example: Description of Letter-Chess • Visionary scenario: • Describes a future system. Usually used in greenfield engineering and reengineering projects • Can often not be done by the user or developer alone • Example: Description of an interactive internet- based Tic Tac Toe game tournament • Example: Description - in the year 1954 - of the Home Computer of the Future.
  • 8. 8Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 8 Additional Types of Scenarios (2) • Evaluation scenario: • Description of a user task against which the system is to be evaluated. • Example: Four users (two novice, two experts) play in a TicTac Toe tournament in ARENA. • Training scenario: • A description of the step by step instructions that guide a novice user through a system • Example: How to play Tic Tac Toe in the ARENA Game Framework.
  • 9. 9Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 9 How do we find scenarios? • Don’t expect the client to be verbal if the system does not exist • Client understands problem domain, not the solution domain. • Don’t wait for information even if the system exists • “What is obvious does not need to be said” • Engage in a dialectic approach • You help the client to formulate the requirements • The client helps you to understand the requirements • The requirements evolve while the scenarios are being developed
  • 10. 10Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 10 Heuristics for finding scenarios • Ask yourself or the client the following questions: • What are the primary tasks that the system needs to perform? • What data will the actor create, store, change, remove or add in the system? • What external changes does the system need to know about? • What changes or events will the actor of the system need to be informed about? • However, don’t rely on questions and questionnaires alone • Insist on task observation if the system already exists (interface engineering or reengineering) • Ask to speak to the end user, not just to the client • Expect resistance and try to overcome it.
  • 11. 11Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 11 Scenario example: Warehouse on Fire • Bob, driving down main street in his patrol car notices smoke coming out of a warehouse. His partner, Alice, reports the emergency from her car. • Alice enters the address of the building into her wearable computer , a brief description of its location (i.e., north west corner), and an emergency level. • She confirms her input and waits for an acknowledgment. • John, the dispatcher, is alerted to the emergency by a beep of his workstation. He reviews the information submitted by Alice and acknowledges the report. He allocates a fire unit and sends the estimated arrival time (ETA) to Alice. • Alice received the acknowledgment and the ETA.
  • 12. 12Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 12 Observations about Warehouse on Fire Scenario • Concrete scenario • Describes a single instance of reporting a fire incident. • Does not describe all possible situations in which a fire can be reported. • Participating actors • Bob, Alice and John
  • 13. 13Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 13 After the scenarios are formulated • Find all the use cases in the scenario that specify all instances of how to report a fire • Example: “Report Emergency“ in the first paragraph of the scenario is a candidate for a use case • Describe each of these use cases in more detail • Participating actors • Describe the entry condition • Describe the flow of events • Describe the exit condition • Describe exceptions • Describe nonfunctional requirements
  • 14. 14Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 14 Requirements Elicitation: Difficulties and Challenges • Communicate accurately about the domain and the system • People with different backgrounds must collaborate to bridge the gap between end users and developers • Client and end users have application domain knowledge • Developers have solution domain knowledge • Identify an appropriate system (Defining the system boundary) • Provide an unambiguous specification • Leave out unintended features
  • 15. 15Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 15 Example of an Ambiguous Specification During a laser experiment, a laser beam was directed from earth to a mirror on the Space Shuttle Discovery The laser beam was supposed to be reflected back towards a mountain top 10,023 feet high The operator entered the elevation as “10023” The light beam never hit the mountain top What was the problem? The computer interpreted the number in miles...
  • 16. 16Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 16 From the News: London underground train leaves station without driver! Example of an Unintended Feature • He left the driver door open • He relied on the specification that said the train does not move if at least one door is open • The driver left his train to close the passenger door • When he shut the passenger door, the train left the station without him •The driver door was not treated as a door in the source code! What happened? • A passenger door was stuck and did not close
  • 17. 17Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 17 Requirements Process :problem statement Requirements elicitation Analysis Model Requirements Specification :dynamic model :analysis object model Analysis :nonfunctional requirements :functional model
  • 18. 18Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 18 Requirements Specification vs Analysis Model Both focus on the requirements from the user’s view of the system • The requirements specification uses natural language (derived from the problem statement) • The analysis model uses a formal or semi-formal notation (we use UML)
  • 19. 19Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 19 Types of Requirements • Functional requirements • Describe the interactions between the system and its environment independent from the implementation “An operator must be able to define a new game. “ • Nonfunctional requirements • Aspects not directly related to functional behavior. “The response time must be less than 1 second” • Constraints • Imposed by the client or the environment • “The implementation language must be Java “ • Called “Pseudo requirements” in the text book.
  • 20. 20Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 20 Functional vs. Nonfunctional Requirements Functional Requirements • Describe user tasks that the system needs to support • Phrased as actions “Advertise a new league” “Schedule tournament” “Notify an interest group” Nonfunctional Requirements • Describe properties of the system or the domain • Phrased as constraints or negative assertions “All user inputs should be acknowledged within 1 second” “A system crash should not result in data loss”.
  • 21. 21Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 21 Types of Nonfunctional Requirements • Usability • Reliability • Robustness • Safety • Performance • Response time • Scalability • Throughput • Availability • Supportability • Adaptability • Maintainability • Implementation • Interface • Operation • Packaging • Legal • Licensing (GPL, LGPL) • Certification • Regulation Quality requirements Constraints or Pseudo requirements
  • 22. 22Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 22 Nonfunctional Requirements: Examples • “Spectators must be able to watch a match without prior registration and without prior knowledge of the match.” Usability Requirement • “The system must support 10 parallel tournaments” Performance Requirement • “The operator must be able to add new games without modifications to the existing system.” Supportability Requirement
  • 23. 23Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 23 What should not be in the Requirements? • System structure, implementation technology • Development methodology • Parnas, How to fake the software development process • Development environment • Implementation language • Reusability • It is desirable that none of these above are constrained by the client. Fight for it!
  • 24. 24Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 24 Requirements Validation Requirements validation is a quality assurance step, usually performed after requirements elicitation or after analysis • Correctness: • The requirements represent the client’s view • Completeness: • All possible scenarios, in which the system can be used, are described • Consistency: • There are no requirements that contradict each other.
  • 25. 25Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 25 Requirements Validation (2) • Clarity: • Requirements can only be interpreted in one way • Realism: • Requirements can be implemented and delivered • Traceability: • Each system behavior can be traced to a set of functional requirements • Problems with requirements validation: • Requirements change quickly during requirements elicitation • Inconsistencies are easily added with each change • Tool support is needed!
  • 26. 26Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 26 We can specify Requirements for “Requirements Management” • Functional requirements: • Store the requirements in a shared repository • Provide multi-user access to the requirements • Automatically create a specification document from the requirements • Allow change management of the requirements • Provide traceability of the requirements throughout the artifacts of the system.
  • 27. 27Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 27 Tools for Requirements Management (2) DOORS (Telelogic) • Multi-platform requirements management tool, for teams working in the same geographical location. DOORS XT for distributed teams RequisitePro (IBM/Rational) • Integration with MS Word • Project-to-project comparisons via XML baselines RD-Link (http://www.ring-zero.com) • Provides traceability between RequisitePro & Telelogic DOORS Unicase (http://unicase.org) • Research tool for the collaborative development of system models • Participants can be geographically distributed.
  • 28. 28Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 28 Different Types of Requirements Elicitation • Greenfield Engineering • Development starts from scratch, no prior system exists, requirements come from end users and clients • Triggered by user needs • Re-engineering • Re-design and/or re-implementation of an existing system using newer technology • Triggered by technology enabler • Interface Engineering • Provision of existing services in a new environment • Triggered by technology enabler or new market needs
  • 29. 29Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 29 Prioritizing requirements • High priority • Addressed during analysis, design, and implementation • A high-priority feature must be demonstrated • Medium priority • Addressed during analysis and design • Usually demonstrated in the second iteration • Low priority • Addressed only during analysis • Illustrates how the system is going to be used in the future with not yet available technology
  • 30. 30Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 30 Requirements Analysis Document Template 1. Introduction 2. Current system 3. Proposed system 3.1 Overview 3.2 Functional requirements 3.3 Nonfunctional requirements 3.4 Constraints (“Pseudo requirements”) 3.5 System models 3.5.1 Scenarios 3.5.2 Use case model 3.5.3 Object model 3.5.3.1 Data dictionary 3.5.3.2 Class diagrams 3.5.4 Dynamic models 3.5.5 User interface 4. Glossary
  • 31. 31Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 31 Scenario example from earlier: Warehouse on Fire • Bob, driving down main street in his patrol car notices smoke coming out of a warehouse. His partner, Alice, reports the emergency from her car. • Alice enters the address of the building into her wearable computer , a brief description of its location (i.e., north west corner), and an emergency level. • She confirms her input and waits for an acknowledgment. • John, the dispatcher, is alerted to the emergency by a beep of his workstation. He reviews the information submitted by Alice and acknowledges the report. He allocates a fire unit and sends the estimated arrival time (ETA) to Alice. • Alice received the acknowledgment and the ETA.
  • 32. 32Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 32 Observations about Warehouse on Fire Scenario • Concrete scenario • Describes a single instance of reporting a fire incident. • Does not describe all possible situations in which a fire can be reported. • Participating actors • Bob, Alice and John
  • 33. 33Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 33 After the scenarios are formulated • Find all the use cases in the scenario that specify all instances of how to report a fire • Example: “Report Emergency“ in the first paragraph of the scenario is a candidate for a use case • Describe each of these use cases in more detail • Participating actors • Describe the entry condition • Describe the flow of events • Describe the exit condition • Describe exceptions • Describe nonfunctional requirements
  • 34. 34Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 34 Use Case Model for Incident Management ReportEmergency FieldOfficer Dispatcher OpenIncident AllocateResources <<initiates>> <<initiates>> <<initiates>>
  • 35. 35Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 35 How to find Use Cases • Select a narrow vertical slice of the system (i.e. one scenario) • Discuss it in detail with the user to understand the user’s preferred style of interaction • Select a horizontal slice (i.e. many scenarios) to define the scope of the system. • Discuss the scope with the user • Use illustrative prototypes (mock-ups) as visual support • Find out what the user does • Task observation (Good) • Questionnaires (Bad)
  • 36. 36Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 36 Use Case Example: ReportEmergency • Use case name: ReportEmergency • Participating Actors: • Field Officer (Bob and Alice in the Scenario) • Dispatcher (John in the Scenario) • Exceptions: • The FieldOfficer is notified immediately if the connection between terminal and central is lost. • The Dispatcher is notified immediately if the connection between a FieldOfficer and central is lost. • Flow of Events: on next slide. • Special Requirements: • The FieldOfficer’s report is acknowledged within 30 seconds. The selected response arrives no later than 30 seconds after it is sent by the Dispatcher.
  • 37. 37Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 37 Use Case Example: ReportEmergency Flow of Events 1. The FieldOfficer activates the “Report Emergency” function of her terminal. FRIEND responds by presenting a form to the officer. 2. The FieldOfficer fills the form, by selecting the emergency level, type, location, and brief description of the situation. The FieldOfficer also describes a response to the emergency situation. Once the form is completed, the FieldOfficer submits the form, and the Dispatcher is notified. 3. The Dispatcher creates an Incident in the database by invoking the OpenIncident use case. He selects a response and acknowledges the report. 4. The FieldOfficer receives the acknowledgment and the selected response.
  • 38. 38Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 38 Order of steps when formulating use cases • First step: Name the use case • Use case name: ReportEmergency • Second step: Find the actors • Generalize the concrete names (“Bob”) to participating actors (“Field officer”) • Participating Actors: • Field Officer (Bob and Alice in the Scenario) • Dispatcher (John in the Scenario) • Third step: Concentrate on the flow of events • Use informal natural language
  • 39. 39Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 39 Use Case Associations • Dependencies between use cases are represented with use case associations • Associations are used to reduce complexity • Decompose a long use case into shorter ones • Separate alternate flows of events • Refine abstract use cases • Types of use case associations • Includes • Extends • Generalization
  • 40. 40Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 40 <<include>>: Functional Decomposition • Problem: • A function in the original problem statement is too complex • Solution: • Describe the function as the aggregation of a set of simpler functions. The associated use case is decomposed into shorter use cases ManageIncident CreateIncident HandleIncident CloseIncident <<include>><<include>> <<include>>
  • 41. 41Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 41 <<include>>: Reuse of Existing Functionality • Problem: There are overlaps among use cases. How can we reuse flows of events instead of duplicating them? • Solution: The includes association from use case A to use case B indicates that an instance of use case A performs all the behavior described in use case B (“A delegates to B”) • Example: Use case “ViewMap” describes behavior that can be used by use case “OpenIncident” (“ViewMap” is factored out) ViewMap OpenIncident AllocateResources <<include>> <<include>> Base Use Case Supplier Use Case
  • 42. 42Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 42 <<extend>> Association for Use Cases • Problem: The functionality in the original problem statement needs to be extended. • Solution: An extend association from use case A to use case B • Example: “ReportEmergency” is complete by itself, but may be extended by use case “Help” for a scenario in which the user requires help ReportEmergency FieldOfficer Help <<extend>>
  • 43. 43Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 43 Generalization in Use Cases • Problem: We want to factor out common (but not identical) behavior. • Solution: The child use cases inherit the behavior and meaning of the parent use case and add or override some behavior. • Example: “ValidateUser” is responsible for verifying the identity of the user. The customer might require two realizations: “CheckPassword” and “CheckFingerprint” ValidateUser Parent Case Child Use Case CheckPassword CheckFingerprint
  • 44. 44Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 44 Another Use Case Example Actor Bank Customer • Person who owns one or more Accounts in the Bank. Withdraw Money • The Bank Customer specifies a Account and provides credentials to the Bank proving that s/he is authorized to access the Bank Account. • The Bank Customer specifies the amount of money s/he wishes to withdraw. • The Bank checks if the amount is consistent with the rules of the Bank and the state of the Bank Customer’s account. If that is the case, the Bank Customer receives the money in cash.
  • 45. 45Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 45 Use Case Attributes Use Case Withdraw Money Using ATM Initiatiating actor: • Bank Customer Preconditions: • Bank Customer has opened a Bank Account with the Bank and • Bank Customer has received an ATM Card and PIN Postconditions: • Bank Customer has the requested cash or • Bank Customer receives an explanation from the ATM about why the cash could not be dispensed
  • 46. 46Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 46 7. The Bank Customer inputs an amount. 3. The Bank Customer types in PIN. 5. The Bank Customer selects an account. Use Case Flow of Events 1.The Bank Customer inputs the card into the ATM. 8.The ATM outputs the money and a receipt and stops the interaction. 4. If several accounts are recorded on the card, the ATM offers a choice of the account numbers for selection by the Bank Customer 6.If only one account is recorded on the card or after the selection, the ATM requests the amount to be withdrawn. System steps 2.The ATM requests the input of a four-digit PIN. Actor steps
  • 47. 47Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 47 Use Case Exceptions Actor steps 1.The Bank Customer inputs her card into the ATM. [Invalid card] 3.The Bank Customer types in PIN. [Invalid PIN] 5. The Bank Customer selects an account . 7. The Bank Customer inputs an amount. [Amount over limit] [Invalid card] The ATM outputs the card and stops the interaction. [Invalid PIN] The ATM announces the failure and offers a 2nd try as well as canceling the whole use case. After 3 failures, it announces the possible retention of the card. After the 4th failure it keeps the card and stops the interaction. [Amount over limit] The ATM announces the failure and the available limit and offers a second try as well as canceling the whole use case.
  • 48. 48Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 48 Guidelines for Formulation of Use Cases (1) • Name • Use a verb phrase to name the use case. • The name should indicate what the user is trying to accomplish. • Examples: • “Request Meeting”, “Schedule Meeting”, “Propose Alternate Date” • Length • A use case description should not exceed 1-2 pages. If longer, use include relationships. • A use case should describe a complete set of interactions.
  • 49. 49Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 49 Guidelines for Formulation of Use Cases (2) Flow of events: • Use the active voice. Steps should start either with “The Actor” or “The System …”. • The causal relationship between the steps should be clear. • All flow of events should be described (not only the main flow of event). • The boundaries of the system should be clear. Components external to the system should be described as such. • Define important terms in the glossary.
  • 50. 50Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 50 Example of a badly written Use Case “The driver arrives at the parking gate, the driver receives a ticket from the distributor, the gate is opened, the driver drives through.” • What is wrong with this use case?
  • 51. 51Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 51 Example of a badly written Use Case “The driver arrives at the parking gate, the driver receives a ticket from the distributor, the gate is opened, the driver drives through.” It contains no actors It is not clear which action triggers the ticket being issued Because of the passive form, it is not clear who opens the gate (The driver? The computer? A gate keeper?) It is not a complete transaction. A complete transaction would also describe the driver paying for the parking and driving out of the parking lot.
  • 52. 52Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 52 How to write a use case (Summary) • Name of Use Case • Actors • Description of Actors involved in use case • Entry condition • “This use case starts when…” • Flow of Events • Free form, informal natural language • Exit condition • “This use cases terminates when…” • Exceptions • Describe what happens if things go wrong • Special Requirements • Nonfunctional Requirements, Constraints
  • 53. 53Bernd Bruegge & Allen H. Dutoit Object-Oriented Software Engineering: Using UML, Patterns, and Java 53 Summary • Scenarios: • Great way to establish communication with client • Different types of scenarios: As-Is, visionary, evaluation and training • Use cases • Abstractions of scenarios • Use cases bridge the transition between functional requirements and objects.

Notas del editor

  1. Read The Sign Out loud!Bet you said &amp;quot;A Bird in the Bush&amp;quot;, right? Read it it again!, It says a bird in the the Bush! Similarly, we often do not hear what the customers say, because we assume we know what they say.
  2. Requirements identification consists of two activities: Requirements elicitation and Analysis The identification of objects and the definition of the system boundary are heavily intertwined with each other.
  3. Scenarios are not really new. They have been commonly used to imagine &amp;quot;what if&amp;quot; situations and also in code walk-throughs.
  4. Don’t expect the client to be verbal if the system does not exist (greenfield engineering) Engage in a dialectic approach (evolutionary, incremental engineering)
  5. What type? As-is, visionary, evaluation, training?
  6. Next goal after all the scenarios are formulated is to find all the uses cases in the scnario
  7. Challenging activity End user with knowledge about the application domain, usually not very vocal, often unclear about IT requirements and even afraid, what the new system is going to do the daily Routine. Subject matter expert, knowledgeable about the subject, available for the creation of entity objects and for the provision of taxonomies or their formation. Developer with solution domain knowledge (design knowledge, implementation knowledge), often not very knowledgeable about the small and large problems of the application domain.
  8. So the laser beam was pointing to a mountain 10023 miles high.
  9. Constraints (“Pseudo requirements”): Imposed by the client or the environment in which the system operates The implementation language must be Java ARENA must be able to dynamically interface to existing games provided by other game developers Functional requirements: Describe the interactions between the system and its environment independent from implementation “An operator should be able to define a new game. “ Nonfunctional requirements: User visible aspects of the system not directly related to functional behavior. “The response time must be less than 1 second” “The server must be available 24 hours a day” Constraints (“Pseudo requirements”): Imposed by the client or the environment in which the system operates “The implementation language must be Java “
  10. Note: Many nonfunctional requirements can be rephrased as functional requirements. Example: “All actions are undoable” can be rephrased by adding a functional requirement for each undoable action. For example, the use case “Advertise new league” yields a new use case “Cancel advertised league” to undo the effects of the first one.
  11. Requirements validation is a quality assurance step, usually after requirements elicitation or analysis. Completeness: All possible scenarios, in which the system can be used, are described, including exceptional behavior by the user or the system Problem with requirements validation: Requirements change quickly during requirements elicitation. Inconsistencies are easily added with each change Tool support is needed!
  12. Requirements validation is a quality assurance step, usually after requirements elicitation or analysis. Completeness: All possible scenarios, in which the system can be used, are described, including exceptional behavior by the user or the system Problem with requirements validation: Requirements change quickly during requirements elicitation. Inconsistencies are easily added with each change Tool support is needed!
  13. DOORS provides a proven, reliable foundation for a requirements-driven development process to achieve seamless communication, tight collaboration and efficient validation throughout the enterprise. DOORS provides: ・Gap analysis of unaddressed requirements. ・Graphical volatility displays that help users identify areas of greatest change. ・Traceability analysis to help identify areas of risk. ・Point-and-click views depicting relevant data for each type of user role. ・Comprehensive, multi-level impact reports highlighting everything from the requirements to the tests that are likely to be affected by the next change. RequisitPro: RD-Link http://www.ring-zero.com/technology/rdlink.php is Ring-Zero technlogy that enables traceability between IBM/Rational RequisitePro and Telelogic DOORS. 

In the traceability matrix below, we can see DOORS requirements (the columns) being traced to RequisitePro requirements (rows). The software requirements (SR&amp;apos;s) in Requisite Pro are being driven by the system requirements in DOORS (SAMPLE&amp;apos;s).It is possible to use RD-Link for many different usage scenarios. DOORS could contain &amp;quot;master requirements&amp;quot;, &amp;quot;tests&amp;quot;, &amp;quot;implementation requirements&amp;quot;, anything that is important for traceability. And RequisitePro could hold either dependent requirements or master requirements that DOORS will then depend on.And traceability can be established either direction, either &amp;quot;trace to&amp;quot; DOORS or &amp;quot;trace from&amp;quot; DOORS depending on what problem is being solved. When the requirements in DOORS change, RequisitePro is updated and traceability/suspect flags set appropriately. Thus, RequisitePro and DOORS can be used in a cooperative fashion.
  14. DOORS provides a proven, reliable foundation for a requirements-driven development process to achieve seamless communication, tight collaboration and efficient validation throughout the enterprise. DOORS provides: ・Gap analysis of unaddressed requirements. ・Graphical volatility displays that help users identify areas of greatest change. ・Traceability analysis to help identify areas of risk. ・Point-and-click views depicting relevant data for each type of user role. ・Comprehensive, multi-level impact reports highlighting everything from the requirements to the tests that are likely to be affected by the next change. RequisitPro: Another Requirements and use case management tool The IBM/Rational RequisitePro solution is a requirements and use case management tool for project teams who want to improve the communication of project goals, enhance collaborative development, reduce project risk and increase the quality of applications before deployment. Uses advanced integration with Microsoftィ Word to provide a familiar environment for activities such as requirements definition and organization Incorporates a powerful database infrastructure with real-time Word document synchronization to facilitate requirements organization, integration and analysis Enables detailed attribute customization and filtering to maximize informative value of each requirementハProvides detailed traceability views that display parent/child relationships and show requirements that may be affected by upstream or downstream change. Performs project-to-project comparisons using exportable XML-based project baselinesハIntegrates with multiple tools in the IBM Software Development Platform to improve accessibility and communication of requirements RD-Link http://www.ring-zero.com/technology/rdlink.php is Ring-Zero technlogy that enables traceability between IBM/Rational RequisitePro and Telelogic DOORS. 

In the traceability matrix below, we can see DOORS requirements (the columns) being traced to RequisitePro requirements (rows). The software requirements (SR&amp;apos;s) in Requisite Pro are being driven by the system requirements in DOORS (SAMPLE&amp;apos;s).It is possible to use RD-Link for many different usage scenarios. DOORS could contain &amp;quot;master requirements&amp;quot;, &amp;quot;tests&amp;quot;, &amp;quot;implementation requirements&amp;quot;, anything that is important for traceability. And RequisitePro could hold either dependent requirements or master requirements that DOORS will then depend on.And traceability can be established either direction, either &amp;quot;trace to&amp;quot; DOORS or &amp;quot;trace from&amp;quot; DOORS depending on what problem is being solved. When the requirements in DOORS change, RequisitePro is updated and traceability/suspect flags set appropriately. Thus, RequisitePro and DOORS can be used in a cooperative fashion.
  15. Greenfield Engineering Development starts from scratch, no prior system exists, requirements are extracted from end users and client Triggered by user needs &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Example: Develop a game from scratch. Re-engineering Re-design and/or re-implementation of an existing system using newer technology Triggered by technology enabler &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Example: Reengineer an existing game Interface Engineering Provide services of existing system in new environment Triggered by technology enabler or new market needs Example: Interface to an existing game, the game was developed for a local computer, now we want to offer a multiplayer-version, that can be played in a LAN-party.
  16. High priority (“Core requirements”) Must be addressed during analysis, design, and implementation. A high-priority feature must be demonstrated successfully during client acceptance. Medium priority (“Optional requirements”) Must be addressed during analysis and design. Usually implemented and demonstrated in the second iteration of the system development. Low priority (“Fancy requirements”) Must be addressed during analysis (“very visionary scenarios”). Illustrates how the system is going to be used in the future if not yet available technology enablers are available
  17. What type? As-is, visionary, evaluation, training?
  18. Next goal after all the scenarios are formulated is to find all the uses cases in the scnario
  19. There are a couple of heuristics on how to find use cases. First, try to focus on a small vertical slice of the system.
  20. Note: The base case cannot exist alone. It is always called with the supplier use case
  21. Note: The base use case can be executed without the use case extension in extend associations.
  22. Counter examples “Add Participants”, “Add Date To Exclusion Set”, ... &amp;quot;Add Participants&amp;quot; is a counter example because it should be rewritten to cover both the actions for adding and removing participants to a meeting. &amp;quot;Add Date To Exclusion Set&amp;quot; is a counter example because it is too small of a use case to be described in 1-2 A4 pages.
  23. Instead of “The active voice should be used”
  24. What is wrong with this use case? It contains no actors and it is not a complete transaction. It is not clear which action triggered the ticket being issued Because of the passive form, it is not explicit who opens the gate (The driver? The computer? A gate keeper?) A complete transaction would also describe the driver paying for the parking and riving out of the parking.
  25. Pure functional decomposition is bad: Leads to unmaintainable code Pure object identification is bad: May lead to wrong objects, wrong attributes, wrong methods