itec 370

16
ITEC 370 Lecture 5 Requirements

Upload: sonya-mullins

Post on 30-Dec-2015

15 views

Category:

Documents


0 download

DESCRIPTION

ITEC 370. Lecture 5 Requirements. Review. Requirements What did you learn ? Why are requirements part of the process? What is the difference between a functional requirement and a non-functional requirement? Where are requirements used in the process? - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: ITEC 370

ITEC 370

Lecture 5Requirements

Page 2: ITEC 370

Requirements

Review

• Requirements–What did you learn?–Why are requirements part of the

process?–What is the difference between a

functional requirement and a non-functional requirement?

–Where are requirements used in the process?

–What are some of the different types of requirements?

Page 3: ITEC 370

Requirements

Objectives

• Requirements– Process of gathering them–Mini-presentation of idea on F• 2-3 minutes• Be prepared to give feedback to other teams

– Too ambitious, not large enough of the scope

Page 4: ITEC 370

Requirements

Types

• Design requirement– Physical or code wise

• Functional requirement– What does it do?

• Implementation requirement – Thou shalt use quicksort

• Interface requirement– I want it to look like…

• Performance requirement– It must perform like…

• Physical requirement– I have to lift servers everyday so…

Straight from the book

Page 5: ITEC 370

Requirements

Stakeholders

• Different classes of users– Administrator–Manager– Power user– Regular user– Tourist

Page 6: ITEC 370

Requirements

Inception

• Where does the process begin…– RFP, Programming Assignment, Pizza

• Who should you talk to?– Determine stakeholders ASAP

• What are some of the problems when you talk to…

Page 7: ITEC 370

Requirements

Elicitation

• Easiest way = 5 W’s–Who What When Where Why, and

maybe How

• List how each stakeholder will be affected by the software– Useful for providing reasons to adopt

your solution

Page 8: ITEC 370

Requirements

Issues

• Difficult process– Scope– Understanding– Volatility

• How to acquire requirements– Interview (Structured / free-form)– Questionnaire– Look through documentation / manuals– Observation

• Don’t be the secretive type, involve your clients

Page 9: ITEC 370

Requirements

Results

• After inception you should have– Statement of need and feasibility– Scope of product– List of stakeholders– Requirements– Usage scenarios

Page 10: ITEC 370

Requirements

Elaboration

• Just gathering requirements isn’t enough

• Initial user requirements– Typically aren’t ready to hand to

designer• Information needs to be stored so I can get it

to fill out a report later

– Polish

Page 11: ITEC 370

Requirements

Elaboration

• Initial technical requirements– Database, Not (tables, indexes)– Toolkits, languages– Typically not interesting for the business

folks– ONLY attempt after user requirements

Page 12: ITEC 370

Requirements

Elaboration

• Take initial stages and combine to get final functional requirements– Terminology suitable for non-techies and

techies– Descriptions for each user requirement– Complete enough so you can form an

estimate on how long it will take to build– Developers are feasible it can be built

Page 13: ITEC 370

Requirements

Negotiation

• How much is this going to cost >)• Moscow rule–Must have – Should Have– Could Have–Want but probably won’t have

• Methods vary based on lifecycle model

Page 14: ITEC 370

Requirements

Validation

• Ambiguity removed• Inconsistency not present• Omissions not present• End product– Software Requirement Specification

(SRS)

Page 15: ITEC 370

Requirements

SRS

• Document, therefore it isn’t fed into a compiler– Structured– Sections, subsections, sub-sub sections,

etc…– Numbers are your friend (tie-in)

• Concise, Easy to read, black box, plans for the worst, verifiable

• Can take up / cost 10-30% of a projects time / budget

Page 16: ITEC 370

Requirements

Review

• Process of requirements gathering– Inception– Elaboration– Negotiation– Validation– SRS