All Topics  
Requirements analysis

 

   Email Print
   Bookmark   Link






 

Requirements analysis



 
 
Requirements analysis in systems engineering
Systems engineering

Systems engineering is an interdisciplinary field of engineering that focuses on how complex engineering projects should be designed and managed....
 and software engineering
Software engineering

Software engineering is the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software, and the study of these approaches....
, encompasses those tasks that go into determining the needs or conditions to meet for a new or altered product, taking account of the possibly conflicting requirements of the various stakeholders, such as beneficiaries or users.

Requirements analysis is critical to the success of a development project. Requirements
Requirement

In engineering, a requirement is a singular documented need of what a particular product or service should be or do. It is most commonly used in a formal sense in systems engineering or software engineering....
 must be actionable, measurable, testable, related to identified business needs or opportunities, and defined to a level of detail sufficient for system design.

eptually, requirements analysis includes three types of activity:

Requirements analysis can be a long and arduous process during which many delicate psychological skills are involved.






Discussion
Ask a question about 'Requirements analysis'
Start a new discussion about 'Requirements analysis'
Answer questions from other users
Full Discussion Forum



Encyclopedia


Requirements analysis in systems engineering
Systems engineering

Systems engineering is an interdisciplinary field of engineering that focuses on how complex engineering projects should be designed and managed....
 and software engineering
Software engineering

Software engineering is the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software, and the study of these approaches....
, encompasses those tasks that go into determining the needs or conditions to meet for a new or altered product, taking account of the possibly conflicting requirements of the various stakeholders, such as beneficiaries or users.

Requirements analysis is critical to the success of a development project. Requirements
Requirement

In engineering, a requirement is a singular documented need of what a particular product or service should be or do. It is most commonly used in a formal sense in systems engineering or software engineering....
 must be actionable, measurable, testable, related to identified business needs or opportunities, and defined to a level of detail sufficient for system design.

Overview

Conceptually, requirements analysis includes three types of activity:
  • Eliciting requirements
    Requirements elicitation

    In requirements engineering, requirements elicitation is the practice of obtaining the requirements of a system from users, customers and other stakeholders....
    : the task of communicating with customers and users to determine what their requirements are. This is sometimes also called requirements gathering.
  • Analyzing requirements: determining whether the stated requirements are unclear, incomplete, ambiguous, or contradictory, and then resolving these issues.
  • Recording requirements: Requirements may be documented in various forms, such as natural-language documents, use case
    Use case

    A use case in software engineering and systems engineering is a description of a system?s behaviour as it responds to a request that originates from outside of that system....
    s, user stories
    User story

    A user story is a software system requirement formulated as one or two sentences in the everyday or business language of the user. User stories are used with Agile software development methodologies for the specification of requirements ....
    , or process specifications.


Requirements analysis can be a long and arduous process during which many delicate psychological skills are involved. New systems change the environment and relationships between people, so it is important to identify all the stakeholders, take into account all their needs and ensure they understand the implications of the new systems. Analysts can employ several techniques to elicit the requirements from the customer. Historically, this has included such things as holding interview
Interview

An interview is a conversation between two or more people where questions are asked by the interviewer to obtain information from the interviewee....
s, or holding focus group
Focus group

A focus group is a form of qualitative research in which a group of people are asked about their attitude towards a product, service, concept, advertisement, idea, or packaging....
s (more aptly named in this context as requirements workshops) and creating requirements lists. More modern techniques include prototyping, and use cases
Use case

A use case in software engineering and systems engineering is a description of a system?s behaviour as it responds to a request that originates from outside of that system....
. Where necessary, the analyst will employ a combination of these methods to establish the exact requirements of the stakeholders, so that a system that meets the business needs is produced.

Requirements engineering

Systematic requirements analysis is also known as requirements engineering. It is sometimes referred to loosely by names such as requirements gathering, requirements capture, or requirements specification. The term requirements analysis can also be applied specifically to the analysis proper, as opposed to elicitation or documentation of the requirements, for instance.

Requirement engineering is a subdiscipline of systems engineering
Systems engineering

Systems engineering is an interdisciplinary field of engineering that focuses on how complex engineering projects should be designed and managed....
 and software engineering
Software engineering

Software engineering is the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software, and the study of these approaches....
 that is concerned with determining the goals, functions, and constrains of hardware and software systems. In some life cycle models, the requirement engineering process begins with a feasibility study activity, which leads to a feasibility report. If the feasibility study suggest that the product should be developed, then requirement analysis can begin. If requirement analysis precedes feasibility studies, which may foster outside the box
Outside The Box

Outside The Box is Vicki Genfan's first available release and features both instrumental and vocal songs. It gained wide recognition and was highly acclaimed by critics....
 thinking, then feasibility should be determined before requirements are finalized.

Requirements analysis topics


Stakeholder identification

A major new emphasis in the 1990s was a focus on the identification of stakeholders. It is increasingly recognized that stakeholders are not limited to the organization employing the analyst. Other stakeholders will include:
  • those organizations that integrate (or should integrate) horizontally
    Horizontal integration

    In microeconomics and strategic management, the term horizontal integration describes a type of ownership and control. It is a strategy used by a business or corporation that seeks to sell a type of Product in numerous markets....
     with the organization the analyst is designing the system for
  • any back office systems or organizations
  • Senior management.


Stakeholder interviews

Stakeholder interviews are a common method used in requirement analysis. These interviews may reveal requirements not previously envisaged as being within the scope of the project, and requirements may be contradictory. However, each stakeholder will have an idea of their expectation or will have visualized their requirements.

Contract-style requirement lists

One traditional way of documenting requirements has been contract style requirement lists. In a complex system such requirements lists can run to hundreds of pages.

Measurable goals

Best practices take the composed list of requirements merely as clues and repeatedly ask "why?" until the actual business purposes are discovered. Stakeholders and developers can then devise tests to measure what level of each goal has been achieved thus far. Such goals change more slowly than the long list of specific but unmeasured requirements. Once a small set of critical, measured goals has been established, rapid prototyping
Software prototyping

Software prototyping, an activity during certain Software development process, is the creation of prototypes, i.e., incomplete versions of the Software being developed....
 and short iterative development phases may proceed to deliver actual stakeholder value long before the project is half over.

Prototypes

In the mid-1980s, prototyping was seen as the solution to the requirements analysis problem. Prototypes are mock-ups of an application. Mock-ups allow users to visualize an application that hasn't yet been constructed. Prototypes help users get an idea of what the system will look like, and make it easier for users to make design decisions without waiting for the system to be built. Major improvements in communication between users and developers were often seen with the introduction of prototypes. Early views of applications led to fewer changes later and hence reduced overall costs considerably.

However, over the next decade, while proving a useful technique, prototyping did not solve the requirements problem:
  • Managers, once they see a prototype, may have a hard time understanding that the finished design will not be produced for some time.
  • Designers often feel compelled to use patched together prototype code in the real system, because they are afraid to 'waste time' starting again.
  • Prototypes principally help with design decisions and user interface design. However, they can not tell you what the requirements originally were.
  • Designers and end users can focus too much on user interface design and too little on producing a system that serves the business process.
  • Prototypes work well for user interfaces, screen layout and screen flow but are not so useful for batch or asynchronous processes which may involve complex database updates and/or calculations.


Prototypes can be flat diagrams (referred to as 'wireframes') or working applications using synthesized functionality. Wireframes are made in a variety of graphic design documents, and often remove all color from the software design (i.e. use a greyscale color palette) in instances where the final software is expected to have graphic design
Graphic design

The term graphic design can refer to a number of artistic and professional disciplines which focus on visual communication and presentation. Various methods are used to create and combine symbols, images and/or words to create a visual representation of ideas and messages....
 applied to it. This helps to prevent confusion over the final visual look and feel of the application.

Use cases

A use case is a technique for documenting the potential requirements of a new system or software change. Each use case provides one or more scenarios that convey how the system should interact with the end user or another system to achieve a specific business goal. Use cases typically avoid technical jargon, preferring instead the language of the end user or domain expert
Domain expert

A domain expert or subject matter expert is a person with special knowledge or skills in a particular area. Domain experts are individuals who are both knowledgeable and extremely experienced with application domains ....
. Use cases are often co-authored by requirements engineers and stakeholders.

Use cases are deceptively simple tools for describing the behavior of software or systems. A use case contains a textual description of all of the ways which the intended users could work with the software or system. Use cases do not describe any internal workings of the system, nor do they explain how that system will be implemented. They simply show the steps that a user follows to perform a task. All the ways that users interact with a system can be described in this manner.

Software requirements specification

A software requirements specification
Software Requirements Specification

A Software Requirements Specification is a complete description of the behavior of the system to be developed. It includes a set of use cases that describe all the interactions the users will have with the software....
 (SRS) is a complete description of the behavior of the system to be developed. It includes a set of use cases that describe all of the interactions that the users will have with the software. Use cases are also known as functional requirements. In addition to use cases, the SRS also contains nonfunctional (or supplementary) requirements. Non-functional requirements
Non-functional requirements

In systems engineering and requirements engineering, a non-functional requirement is a requirement that specify criteria that can be used to judge the operation of a system, rather than specific behaviors....
 are requirements which impose constraints on the design or implementation (such as performance requirements, quality standards, or design constraints).

Recommended approaches for the specification of software requirements are described by IEEE 830-1998. This standard describes possible structures, desirable contents, and qualities of a software requirements specification.

Types of Requirements

Requirement
Requirement

In engineering, a requirement is a singular documented need of what a particular product or service should be or do. It is most commonly used in a formal sense in systems engineering or software engineering....
s are categorized in several ways. The following are common categorizations of requirements that relate to technical management:

Customer Requirements : Statements of fact and assumptions that define the expectations of the system in terms of mission objectives, environment, constraints, and measures of effectiveness and suitability (MOE/MOS). The customers are those that perform the eight primary functions of systems engineering, with special emphasis on the operator as the key customer. Operational requirements will define the basic need and, at a minimum, answer the questions posed in the following listing:

  • Operational distribution or deployment: Where will the system be used?
  • Mission profile or scenario: How will the system accomplish its mission objective?
  • Performance and related parameters: What are the critical system parameters to accomplish the mission?
  • Utilization environments: How are the various system components to be used?
  • Effectiveness requirements: How effective or efficient must the system be in performing its mission?
  • Operational life cycle: How long will the system be in use by the user?
  • Environment: What environments will the system be expected to operate in an effective manner?


Functional Requirements: Functional requirements explain what has to be done by identifying the necessary task, action or activity that must be accomplished. Functional requirements analysis will be used as the toplevel functions for functional analysis.

Performance Requirements: The extent to which a mission or function must be executed; generally measured in terms of quantity, quality, coverage, timeliness or readiness. During requirements analysis, performance (how well does it have to be done) requirements will be interactively developed across all identified functions based on system life cycle factors; and characterized in terms of the degree of certainty in their estimate, the degree of criticality to system success, and their relationship to other requirements.

Design Requirements: The “build to,” “code to,” and “buy to” requirements for products and “how to execute” requirements for processes expressed in technical data packages and technical manuals.

Derived Requirements: Requirements that are implied or transformed from higher-level requirement. For example, a requirement for long range or high speed may result in a design requirement for low weight.

Allocated Requirements: A requirement that is established by dividing or otherwise allocating a high-level requirement into multiple lower-level requirements. Example: A 100-pound item that consists of two subsystems might result in weight requirements of 70 pounds and 30 pounds for the two lower-level items.

Requirements analysis issues


Stakeholder issues

Steve McConnell, in his book Rapid Development, details a number of ways users can inhibit requirements gathering:
  • Users do not understand what they want or users don't have a clear idea of their requirements
  • Users will not commit to a set of written requirements
  • Users insist on new requirements after the cost and schedule have been fixed
  • Communication with users is slow
  • Users often do not participate in reviews or are incapable of doing so
  • Users are technically unsophisticated
  • Users do not understand the development process
  • Users do not know about present technology
This may lead to the situation where user requirements keep changing even when system or product development has been started.

Engineer/developer issues

Possible problems caused by engineers and developers during requirements analysis are:
  • Technical personnel and end users may have different vocabularies. Consequently, they may wrongly believe they are in perfect agreement until the finished product is supplied.
  • Engineers and developers may try to make the requirements fit an existing system or model, rather than develop a system specific to the needs of the client.
  • Analysis may often be carried out by engineers or programmers, rather than personnel with the people skills and the domain knowledge to understand a client's needs properly.


Attempted solutions

One attempted solution to communications problems has been to employ specialists in business or system analysis.

Techniques introduced in the 1990s like prototyping
Software prototyping

Software prototyping, an activity during certain Software development process, is the creation of prototypes, i.e., incomplete versions of the Software being developed....
, Unified Modeling Language
Unified Modeling Language

Unified Modeling Language is a standardized general-purpose modeling language in the field of software engineering.UML includes a set of graphical notation techniques to create abstract models of specific systems....
 (UML), use case
Use case

A use case in software engineering and systems engineering is a description of a system?s behaviour as it responds to a request that originates from outside of that system....
s, and Agile software development
Agile software development

Agile software development is a group of software development methodologies that are based on similar principles. Agile methodologies generally promote a project management process that encourages frequent inspection and adaptation, a leadership philosophy that encourages teamwork, self-organization and accountability, a set of engineering be...
 are also intended as solutions to problems encountered with previous methods.

Also, a new class of application simulation or application definition tools have entered the market. These tools are designed to bridge the communication gap between business users and the IT organization — and also to allow applications to be 'test marketed' before any code is produced. The best of these tools offer:
  • electronic whiteboards to sketch application flows and test alternatives
  • ability to capture business logic and data needs
  • ability to generate high fidelity prototypes that closely imitate the final application
  • interactivity
  • capability to add contextual requirements and other comments
  • ability for remote and distributed users to run and interact with the simulation


See also

  • Business analysis
    Business Analysis

    Business Analysis is the set of tasks, knowledge, and techniques required to identify business needs and determine solutions to business problems....
  • Business Analysis Body of Knowledge (BABOK)
  • Business process reengineering
    Business process reengineering

    Business process reengineering is, in computer science and management, an approach aiming at improvements by means of elevating Business efficiency and effectiveness of the business process that exist within and across organizations....
  • Creative brief
    Creative brief

    A creative brief is a document used by creative professionals and agencies to develop creative deliverables: visual design, copy, advertising, web sites, etc....
  • Design brief
    Design brief

    A design brief is a comprehensive written document for a design project developed in concert by a person representing the business need for design and the designer....
  • Information technology
    Information technology

    Information technology , as defined by the Information Technology Association of America , is "the study, design, development, implementation, support or management of computer-based information systems, particularly software applications and computer hardware." IT deals with the use of electronic computers and computer software to data conv...
  • Data modeling
    Data modeling

    Data modeling in software engineering is the process of creating a data model by applying formal data model descriptions using data modeling techniques....
  • Functional requirements
    Functional requirements

    In software engineering, a functional requirement defines a function of a software system or its component. A function is described as a set of inputs, the behavior, and outputs ....
  • Model-driven engineering
    Model-driven engineering

    Model-driven engineering is a software development methodology which focuses on creating models, or abstractions, more close to some particular domain concepts rather than computing concepts....
  • Model Transformation Language
    Model Transformation Language

    Presentation...
  • Non-functional requirements
    Non-functional requirements

    In systems engineering and requirements engineering, a non-functional requirement is a requirement that specify criteria that can be used to judge the operation of a system, rather than specific behaviors....
  • Process architecture
    Process architecture

    Dualistic Petri nets are a process-class variant of Petri nets.Like Petri nets in general and many related formalisms and notations, they are used to describe and analyze process architecture....
  • Process modeling
    Process modeling

    The term process model is used in various contexts. For example, in business process modeling the enterprise process model is often referred to as the business process model....
  • Requirements elicitation
    Requirements elicitation

    In requirements engineering, requirements elicitation is the practice of obtaining the requirements of a system from users, customers and other stakeholders....
  • Requirements management
    Requirements management

    Requirements management is the process of eliciting, documenting, analyzing, prioritizing and agreeing on requirements and then controlling change and communicating to relevant stakeholders....
  • Requirements Traceability
    Requirements traceability

    Requirements traceability is a sub-discipline of requirements management within software development and systems engineering. Requirements traceability is concerned with documenting the life of a requirement....
  • Search Based Software Engineering
  • Software prototyping
    Software prototyping

    Software prototyping, an activity during certain Software development process, is the creation of prototypes, i.e., incomplete versions of the Software being developed....
  • Software Requirements Specification
    Software Requirements Specification

    A Software Requirements Specification is a complete description of the behavior of the system to be developed. It includes a set of use cases that describe all the interactions the users will have with the software....
  • Systems analysis
    Systems analysis

    Systems analysis is the interdisciplinary part of Science, dealing with analysis of sets of interacting or entities, the systems, often prior to their automation as computer systems, and the interactions within those systems....
  • System requirements
    System requirements

    To be used efficiently, all computer software needs certain Computer hardware components or other software resources to be present on a computer system....


Further reading


External links

  • (PDF) article by Bashar Nuseibeh and Steve Easterbrook, 2000.