32
Requirements - Why What and How? Sriram Mohan .

Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

  • View
    221

  • Download
    2

Embed Size (px)

Citation preview

Page 1: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Requirements - Why What and How?

Sriram Mohan

.

Page 2: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Outline

• Why ?• What ?• How ?

Page 3: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Why Requirements

Page 4: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Some facts

• 250 billion dollar industry• 31% projects cancelled(money lost 81 billion

dollars)• 52.7% cost 189% of their original estimates

4

Page 5: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Biggest Reasons forProject Success and Failure

Page 6: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Project Failure

• Lack of user input (13%)• Incomplete requirements (12%)• Changing requirements (12%)

Page 7: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Project Success

• User involvement (16%)• Executive management support (14%)• Clear statement of requirements (12%)

Page 8: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

8

Page 9: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Defects by Development Phase

• Requirements – 31% • Design – 25%• Coding – 12%• Documentation – 16%• Bad fixes – 16%

Page 10: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Cost to Fix Errors

10

RequirementsDesignCodingUnit TestAcceptance TestMaintenance

1 5 25 50125500

Page 11: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Why ?

• Requirements errors are likely to be the most common class of error

• Requirements errors are likely to be the most expensive to fix

11

Page 12: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

What is a Software Requirement?

Page 13: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

What is a Software Requirement?

1. A software capability needed by the user to solve a problem to achieve an objective

2. A software capability that must be met or possessed by a system or system component to satisfy a contract, standard, specification or other formally imposed documentation

13

Page 14: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

What is Software Requirements MGMT?

Page 15: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

What is Software Requirements Management?

• The process of systematically, eliciting, organizing and documenting requirements for the software system, and a process that establishes and maintains agreement between the customer and the project team on the changing

requirements of the system.

15

Page 16: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

16

Page 17: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

What does it involve?

• Understand the need - the problem to be solved

• Propose features - how the need will be resolved

• Requirements are the specific conditions that are imposed on the solution

17

Page 18: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

18

Needs

Features

Requirements

Problem

Domain

SolutionDomain

Page 19: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Software Lifecycle Process Models

Page 20: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

20

Page 21: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Waterfall Model

• Manufacturing life cycle model• Assumes

– multi-stage development cycle– completely separate stages– output of one stage is input for next– each stage complete before next is begun

Page 22: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Waterfall Stages

Requirements

Design

Coding

Testing

Maintenance

Page 23: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Advantages

• Much better than chaos!• Clearly defined stages help with

– planning, scheduling– management, organization– accountability, control

Page 24: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Disadvantages

• Not very practical (do not know requirements in the beginning)

• Customer sees nothing until last step

• Change is Anathema

Page 25: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Spiral Model

• Incremental– more feedback from customer

• Risk analysis– more rigorous analysis of risk at each

stage

25

Page 26: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Spiral Model

Page 27: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Iterative (or Incremental) Approach

• Four phases– Inception– Elaboration– Construction– Transition

27

Page 28: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Iterative(or Incremental) Approach

• An iteration is a sequence of activities with an established plan and evaluation criteria, resulting in an executable of some type

• Each phase goes under a # of iterations

28

Page 29: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Management

Environment

Business Modeling

Implementation

Test

Analysis & Design

Preliminary Iteration(s)

Iter.#1

Phases

Iterations

Iter.#2

Iter.#n

Iter.#n+1

Iter.#n+2

Iter.#m

Iter.#m+1

Deployment

Configuration Mgmt

Requirements

Elaboration TransitionInception Construction

Workflows group activities logically

In an iteration, you walk through all activities

Process Workflow

Support Workflow

Rational Unified Process Model

Page 30: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Team Project Process

• Modified Waterfall model will be used in 371• You may choose any model you desire during

implementation in 372

30

Page 31: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Software Development

• Is this a team activity? Why?

31

Page 32: Requirements - Why What and How? Sriram Mohan. Outline Why ? What ? How ?

Requirements Team Skills

1. Analyzing the Problem2. Understanding User and Stakeholder Needs3. Defining the System4. Managing Scope5. Refining the System Definition6. Building the Right System