You are on page 1of 18

Hello!

SOFTWARE
ENGINEERING
UNIT II - REQUIREMENTS ANALYSIS AND
SPECIFICATION
Hi
!
Summary of Previous Session

❖ Functional and Nonfunctional Requirements


❖ Interface Specification
❖ User Requirements and System Requirements
Topics to be Covered today in UNIT II
★ Software Requirements: Functional and Non-Functional
★ User requirements, System requirements
★ Software Requirements Document
★ Requirement Engineering Process: Feasibility Studies
★ Requirements elicitation and analysis
★ Requirements validation
★ Requirements management
★ Classical analysis: Structured system Analysis
★ Petri Nets
★ Data Dictionary.
The software requirements document
★ The software requirements document is an official statement of what the system
developers should implement.

★ It should include both the user requirements for a system and a detailed specification
of the system requirements.

★ Sometimes, the user and system requirements are integrated into a single
description.

★ Requirements documents are essential when an outside contractor is developing the


software system.

★ The requirements document has a diverse set of users, ranging from the senior
management of the organization that is paying for the system to the engineers
responsible for developing the software
Users of a requirements document
Cont..
★ Information on anticipated changes can help system designers avoid restrictive
design decisions and help system maintenance engineers who have to adapt the
system to new requirements.
★ The level of detail that you should include in a requirements document depends
on the type of system that is being developed and the development process
used.
★ Critical systems need to have detailed requirements because safety and security
have to be analyzed in detail.
★ When the software is part of a large system project that includes interacting
hardware and software systems, it is usually necessary to define the
requirements to a fine level of detail.
★ comprehensive table of contents and document index.
The structure of a requirements document
Chapter Description

This should define the expected readership of the document and


describe its version history, including a rationale for the creation of
Preface a new version and a summary of the changes made in each
version.

This should describe the need for the system. It should briefly
Introduction describe the system’s functions and explain how it will work with
other systems.

This should define the technical terms used in the document.


Glossary

User requirements you describe the services provided for the user.
definition

This chapter should present a high-level overview of the anticipated system


System architecture architecture, showing the distribution of functions across system modules.
The structure of a requirements document
Chapter Description

This should describe the functional and nonfunctional


System requirements
requirements in more detail.
specification

This might include graphical system models showing the


System models relationships between the system components, the system, and
its environment.

This should describe the fundamental assumptions on which the


System evolution system is based, and any anticipated changes due to hardware
evolution, changing user needs

These should provide detailed, specific information that is related


Appendices to the application being developed

Several indexes to the document may be included.


Index
Requirements specification
★ Requirements specification is the process of writing down the user and system
requirements in a requirements document.
★ The user and system requirements should be clear, unambiguous, easy to
understand, complete, and consistent.
★ There are often inherent conflicts and inconsistencies in the requirements
★ The user requirements should specify only the external behavior of the system
★ The requirements document should not include details of the system architecture
or design.
★ System requirements are used by software engineers as the starting point for the
system design.
Cont..
★ They add detail and explain how the user requirements should be provided by the
system.
★ They may be used as part of the contract for the implementation of the system and
should therefore be a complete and detailed specification of the whole system.
★ The system requirements should simply describe the external behavior of the
system and its operational constraints.
★ It is practically impossible to exclude all design information. There are several
reasons for this:
○ You may have to design an initial architecture of the system to help
structure the requirements specification.
○ Systems must interoperate with existing systems, and impose
requirements on the new system
Cont..
○ Systems must interoperate with existing systems, which constrain the design
and impose requirements on the new system

★ User requirements are almost always written in natural language supplemented by


appropriate diagrams and tables in the requirements document.

★ System requirements may also be written in natural language but other notations
based on forms, graphical system models, or mathematical system models can
also be used.
Ways of writing a system requirements specification
Notation Description

Natural language sentences The requirements are written using numbered sentences in
natural language. Each sentence should express one
requirement.

Structured natural language The requirements are written in natural language on a standard
form or template. Each field provides information about an aspect
of the requirement.

Design description languages This approach uses a language like a programming language,
but with more abstract features to specify the requirements by
defining an operational model of the system

Graphical notations Graphical models, supplemented by text annotations, are used


to define the functional requirements for the system;

Mathematical specifications These notations are based on mathematical concepts such as finite-state
machines or sets.
Natural language specification
★ Natural language has been used to write requirements for software since the
beginning of software engineering.
★ It is expressive, intuitive, and universal.
★ To minimize misunderstandings when writing natural language requirements,
simple guidelines:
○ Invent a standard format and ensure that all requirement definitions
adhere to that format.
○ Use language consistently to distinguish between mandatory and
desirable requirements.
○ Use text highlighting to pick out key parts of the requirement
Cont..
○ Do not assume that readers understand technical software engineering
language.

○ Whenever possible, you should try to associate a rationale with each user
requirement.The rationale should explain why the requirement has been
included.
Structured specifications
★ Structured natural language is a way of writing system requirements where the
freedom of the requirements writer is limited and all requirements are written
in a standard way.
★ To use a structured approach to specifying system requirements, you define
one or more standard templates for requirements and represent these
templates as structured forms.
★ When a standard form is used for specifying functional requirements, the
following information should be included:

○ A description of the function or entity being specified.

○ A description of its inputs and where these come from.


Cont..
○ A description of its outputs and where these go to.
○ Information about the information that is needed for the computation
or other entities in the system that are used.
○ A description of the action to be taken.
○ If a functional approach is used, a precondition setting out what must be
true before the function is called, and a post-condition specifying what is
true after the function is called.
○ A description of the side effects (if any) of the operation.
★ Variability in the specification is reduced and requirements are organized
more effectively.
QUICK RECAP
❖ The software requirements document
❖ Requirements specification
❖ Natural language specification
❖ Structured specifications

You might also like