Top Banner
Business Requirement Analysis – Session 5 Requirement Specification Taral Soni B.Tech (Hons), MBA
14

Business requirement analysis session 5

Dec 07, 2014

Download

Education

sampad_senapati

business requirement slides
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Business requirement analysis   session 5

Business Requirement Analysis – Session 5

Requirement Specification

Taral SoniB.Tech (Hons), MBA

Page 2: Business requirement analysis   session 5

What we covered in last session

Requirement Analysis Requirement Modeling Identifying Requirements Prototyping Prioritizing requirements

Page 3: Business requirement analysis   session 5

Agenda

Requirement Specification Content of SRS Attributes of Requirements View of requirements

Page 4: Business requirement analysis   session 5

Software Requirement Specification How do we communicate the

requirements to others? It is common practice to capture them in an

SRS But it doesn’t need to be a single paper document

A Structured document setting out detailed description of the system services. Written as contract between client and contractor.

Page 5: Business requirement analysis   session 5

Software Requirement Specification

Communicates an understanding of the requirements

Explains both the application domain and the system to be developed

Contractual May be legally binding Express and agreement and a

commitment Baseline for evaluating

subsequent products Supports system testing,

verification and validation activities

Should contain enough information to verify whether the delivered system meets requirements

Baseline for change control Requirement changes,

software evolves

User, purchasers Most interested in system

requirements Not generally interested in

detailed software requirements

System analysis, Requirement Analysis

Write various specifications that interrelate

Developers, programmer Have to implement the

requirements Tester

Determine that the requirements have been met

Project Manager Measure and control the

analysis and development processes

• Purpose • Audience

Page 6: Business requirement analysis   session 5

SRS content Software requirement specification should

address: Functionality – What is software supposed to do? External interfaces – How does the software interact

with people, the system’s hardware, other hardware and other software

Performance – What is the speed, availability, response time, recovery time of various software functions, and so on?

Attributes – What are portability, correctness, maintainability, security, and other considerations?

Design constraints imposed on an implementation – Are there any standards in effect, implementation language, policies for database integrity, resource limit, operating environment and so on?

Page 7: Business requirement analysis   session 5

SRS content Some other topics should be excluded

…. Should avoid placing either design or project requirements in SRS

…. Should not describe any design or implementation details. These should be describes in the design stage of the project

…. Should address the software product, not the process of producing the software product.

SRS Document

Page 8: Business requirement analysis   session 5

Typical mistakes Noise

The pressure of text that carries no relevant information to any feature of the problem

Silence A feature that is not covered

Over – Specification Text that describes a feature of the

solution, rather than the problem Contradiction

Text that describes single feature in a number of incompatible ways

Ambiguity Text that can be interpreted in at

least two ways Forward reference

Text that refers to a feature yet to be defined

Wishful thinking Text that defines a feature that

cannot possibility be validated

Jigsaw puzzle E.g. distributing requirements

across a document and then cross referencing

Duckspeak requirements Requirements that are only there to

confirm the standards Unnecessary invention of

terminology Inconsistent terminology

Inventing and then changing terminology

Putting an onus on development staff

i.e. making the reader work hard to decipher the intent

Page 9: Business requirement analysis   session 5

Ambiguity test

Natural language? “The system shall report to the

operator all faults that originate in critical functions or that occur during execution of a critical sequence and for which there is no fault recovery response.”(adapted from the specifications for the international space station)

Page 10: Business requirement analysis   session 5

Avoid Ambiguity Review natural language specs for ambiguity

use people with different backgrounds include software people, domain specialists and user

communities Must be an independent review (I.e. not by the authors!)

Use a specification language E.g. a restricted subset or stylized English E.g. a semi-formal notation (graphical, tabular, etc) E.g. a formal specification language (e.g. Z, VDM, SCR, …)

Exploit redundancy Restate a requirement to help the reader confirm her

understanding ...but clearly indicate the redundancy May want to use a more formal notation for the re-

statement

Page 11: Business requirement analysis   session 5

Organizing Requirements Need a logical organization for the document

IEEE standard offers different templates. Template attached in previous slides can also be used

Example Structures - organize by… External stimulus or external situation

e.g., for an aircraft landing system, each different type of landing situation: wind gusts, no fuel, short runway, etc

…System feature e.g., for a telephone system: call forwarding, call blocking, conference call, etc

…System response e.g., for a payroll system: generate pay-cheques, report costs, print tax info;

…External object e.g. for a library information system, organize by book type

…User type e.g. for a project support system: manager, technical staff, administrator, etc.

…Mode e.g. for word processor: page layout mode, outline mode, text editing mode, etc

…Subsystem e.g. for spacecraft: command & control, data handling, comms, instruments, etc.

Page 12: Business requirement analysis   session 5

Let’s go through template

Microsoft Word Document

Page 13: Business requirement analysis   session 5

Requirement Attributes User defined attributes

Priority’ Risk Status Iteration

System Attributes Unique ID Author Revision Date Entry Point Exit point Validations Success Result

Page 14: Business requirement analysis   session 5

Questions