17
Slide 1 Requirements Workflow

Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Embed Size (px)

Citation preview

Page 1: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 1

Requirements Workflow

Page 2: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 2

The Phases/Workflows of the Unified Process

Figure 3.1

Phase is Business context of a step

Workflow is Technical context

of a step

LAST WEEK

WE ARE HERE

Page 3: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 3

Requirements Workflow Goals

Aim development toward the right system Describe what the system should and should

not do• - an agreement between customer (including

user) and development organization• - in the language of the customer/user

Page 4: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 4

Requirements Workflow

The primary activities of the Requirements workflow are aimed at building the use case model, which captures the functional requirements of the system being defined. This model helps the project stakeholders reach agreement on the capabilities of the system and the conditions to which it must conform.

Page 5: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 5

Requirements Workflow Tasks

1. List candidate requirements

2. Understand system context

3. Capture functional requirements

4. Capture non-functional requirements5. Validate requirements (not well-developed)

Page 6: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 6

1. List candidate requirements

List Candidate features that could become requirements

- Good ideas added to feature list• You can place all candidates

Evaluate candidate features to decide if they become items on the shall list. Use the items below to help decide.

· Planning values, - Status, - Cost. – Priority. – Risk If scope too big, prioritize shall list items.

Page 7: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 7

2. Understand system context

Domain model • (business concepts)

AND OR

Business Model • (business processes)

Page 8: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 8

2. Understand system context

Domain model - Identify and name important concepts and entities in the system context - Identify and name relations between domain objects - Glossary for now, possible classes in analysis and design workflows

Page 9: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 9

2. Understand system context

Objects or concepts: things in the system context that the system must manipulate or keep track of · Events that transpire in the system context · Capture as class models or (for small systems)

as a glossary of terms Creates a common language for customer and developer Focus on domain modeling; defer system internal modeling to analysis, design, and implementation

Page 10: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 10

Requirements Workflow The use case model

also serves as the foundation for all other development work.

Page 11: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 11

2. Understand system context

Business model - Domain (object) model plus

processes/behaviors

workers, their responsibilities and operations · Decide whether to build a business model, a domain model, or simply a glossary of terms

Page 12: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 12

2. Understand system context

Business use case model• - processes (use cases) and users (actors) in

roles• - represents system from a usage perspective

and outlines how it provides value to its users Business object model

• - how each use case is realized by a set of workers who are using business entities and work units

Page 13: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 13

3. Capture functional requirements

Capture requirements as use cases Use case: a user’s way of using the system When an actor (user or external subsystem) uses

the system, the system performs a use case All use cases = all the things the system must do

Capture user interfaces that support the use cases

Page 14: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 14

4. Capture non-functional requirements

System properties Environmental or implementation constraints

e.g. must have remote access or must run on

Linux or WinNT Qualities (“-ilities”): performance, reliability, security, maintainability, extensibility, usability, etc. Tie to use cases or domain concepts, where possible

those that cannot be tied (they are general) are listed as supplementary requirements

Page 15: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 15

5. Validate requirements

1. Detailed Use Case Descriptions validated with users – Functional Test Cases Defined if possible

2. Prototype the User Interfaces (with or without navigation)

Page 16: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 16

Requirements Workflow in the Life Cycle

Inception- identify most of the use cases to define scope- detail critical use cases (10%)

Elaboration- detail the use cases (80% of the requirements)

Construction- identify and detail remaining use cases

Transition- track and capture requirements changes

Page 17: Slide 1 Requirements Workflow. Slide 2 The Phases/Workflows of the Unified Process Figure 3.1 l Phase is Business context of a step Workflow is Technical

Slide 17

Summary

Capture requirements as• - Business model, domain model or glossary to capture

system context• - Use-case model that captures functional requirements

and use-case-specific nonfunctional requirements• Survey description of model as a whole• Set of diagrams• Detailed description of each use case

• - Set of user-interface sketches/prototypes for each actor Supplementary requirements specification for

requirements not specific to a use case• Use cases drive use-case realization in analysis and

design and test cases in testing