Saturday 10 August 2019

What is software Requirement? Types of Requirements in software engineering

Requirement engineering is the process of establishing the services that the customer requires from a system and the constraints under which it operates and is developed.

What is requirement?

According to IEEE standard 729, a requirement is defined as follows:
  1. A condition or capability needed by a user to solve a problem or achieve an objective
  2. A condition or capability that must be met or possessed by a system or system component to satisfy a contract, standard, specification or other formally imposed documents
  3. A documented representation of a condition or capability as in 1 and 2
A software requirement can be of 3 types:

1.    Functional requirements
2.    Non-functional requirements
3.    Domain requirements

Functional Requirements: 

These are the requirements that the end user specifically demands as basic facilities that the system should offer. All these functionalities need to be necessarily incorporated into the system as a part of the contract. These are represented or stated in the form of input to be given to the system, the operation performed and the output expected. They are basically the requirements stated by the user which one can see directly in the final product, unlike the non-functional requirements.

Example:

  • Search option given to user to search from various invoices.
  • User should be able to mail any report to management.
  • Users can be divided into groups and groups can be given separate rights.
  • Should comply business rules and administrative functions.
  • Software is developed keeping downward compatibility intact.

There are many ways of expressing functional requirements e.g., natural language, a structured or formatted language with no rigorous syntax and formal specification language with proper syntax.


Non-functional requirements: 

These are basically the quality constraints that the system must satisfy according to the project contract. The priority or extent to which these factors are implemented varies from one project to other. They are also called non-behavioral requirements.

They basically deal with issues like:
1.    Portability
2.    Security
3.    Maintainability
4.    Reliability
5.    Scalability
6.    Performance
7.    Reusability
8.    Flexibility

Non-functional requirements are classified into following types:

  1. Interface constraints
  2. Performance constraints: response time, security, storage space, etc.
  3. Operating constraints
  4. Life cycle constraints: maintainability, portability, etc.
  5. Economic constraints
The process of specifying non-functional requirements requires the knowledge of the functionality of the system, as well as the knowledge of the context within which the system will operate.

Domain requirements

Domain requirements are the requirements which are characteristic of a particular category or domain of projects. The basic functions that a system of a specific domain must necessarily exhibit come under this category.

For instance, in academic software that maintains records of a school or college, the functionality of being able to access the list of faculty and list of students of each grade is a domain requirement. These requirements are therefore identified from that domain model and are not user specific.

0 comments :

Post a Comment

Note: only a member of this blog may post a comment.

Machine Learning

More

Advertisement

Java Tutorial

More

UGC NET CS TUTORIAL

MFCS
COA
PL-CG
DBMS
OPERATING SYSTEM
SOFTWARE ENG
DSA
TOC-CD
ARTIFICIAL INT

C Programming

More

Python Tutorial

More

Data Structures

More

computer Organization

More
Top