- 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 insystems engineering orsoftware engineering . It is a statement that identifies a necessary attribute, capability, characteristic, or quality of a system in order for it to have value and utility to a user. [Young, Ralph R. "Effective Requirements Practices". Boston: Addison-Wesley, 2001. See also [http://www.ralphyoung.net RalphYoung.net] , a website devoted to requirements-related topics.]In the classical engineering approach, sets of requirements are used as inputs into the design stages of product development. Requirements show what elements and functions are necessary for the particular project.
The requirements development phase may have been preceded by a
feasibility study , or a conceptual analysis phase of the project. The requirements phase may be broken down intorequirements elicitation (gathering the requirements from stakeholders), analysis (checking for consistency and completeness), specification (documenting the requirements) and verification (making sure the specified requirements are correct) [Karl E. Wiegers, Software Requirements: Practical Techniques for Gathering and Managing Requirements Throughout the Product Development Cycle, Second Edition, Microsoft Press 2003] .Product versus process requirements
Projects are subject to three sorts of requirements. Business Requirements describe in business terms "what" must be delivered or accomplished to provide value. Product Requirements describe the system or product which is one of several possible ways to accomplish the business requirements. Process Requirements describe the processes the developing organization must follow and the constraints that they must obey.
The Product and Process requirements are closely linked. Process requirements are often imposed as a way of achieving some higher-level Product requirement. For example, a maximum development cost requirement (a Process requirement) may be imposed to help achieve a maximum sales price requirement (a Product requirement); a requirement for the product to be maintainable (a Product requirement) often is traced to by requirements to follow particular development styles (e.g.,
object-oriented programming ), style-guides, or a review/inspection process (Process requirements).Requirements in systems and software engineering
In systems engineering, a requirement can be a description of "what" a system must do, referred to as a "Functional Requirement". This type of requirement specifies something that the delivered system must be able to do. Another type of requirement specifies something about the system itself, and how well it performs its functions. Such requirements are often called "
Non-functional requirements ", or 'performance requirements' or 'quality of service requirements.' Examples of such requirements include availability, testability, maintainability, and ease-of-use.A collection of requirements define the characteristics or features of the desired system. A 'good' list of requirements generally avoids saying "how" the system should implement the requirements, leaving such decisions to the system designer. Describing how the system should be implemented is known as
implementation bias or "solutioneering".In software engineering, the same meaning of requirements apply, except that the focus of interest is the software itself.
ome factors in developing requirements
Classification
Requirements are typically placed into these categories:
*
Functional requirements describe the functions that the system is to execute; for example, formatting some text or modulating a signal. They are sometimes known as capabilities.
*Non-functional requirements are the ones that act to constrain the solution. Nonfunctional requirements are sometimes known as constraints or quality requirements.Non-functional requirements can be further classified according to whether they are performance requirements, maintainability requirements, safety requirements, reliability requirements, or one of many other types of requirements.
In
software engineering this categorization is useful because only functional requirements can be directly implemented in software. The non-functional requirements are controlled by other aspects of the system. For example, in a computer system reliability is related to hardware failure rates, performance controlled by CPU and memory. Non-functional requirements can in some cases be decomposed into functional requirements for software. For example, a system level non-functional safety requirement can be decomposed into one or more functional requirements. SeeFURPS . In addition, a non-functional requirement may be converted into a process requirement when the requirement is not easily measurable. For example, a system level maintainability requirement may be decomposed into restrictions on software constructs or limits on lines or code.Good requirements
The characteristics of good requirements are variously stated by different writers, with each writer generally emphasizing the characteristics most appropriate to his general discussion or the specific technology domain being addressed. However, the following characteristics are generally acknowledged [Boehm, B.W. and Papaccio, P.N., 1988, Understanding and controlling software costs, IEEE Trans of Software Engineering, 14(10), 1462-1477] [Bridges, W., 1995, Managing Transitions, Making the most of change, Nicholas Brealey Publishing, UK.] [Brinkkemper, S., 1996, Method engineering: engineering of information systems development methods and tools, Inf. Software Technol., 38(4), 275-280.] [Davis, A.M., 1993, Software Requirements: Analysis and Specification, Prentice Hall, second Edition, 1993.] .
Verification
All requirements should be verifiable. The most common method is by test. If this is not the case, another verification method should be used instead (e.g. analysis, demonstration or inspection or review of design).
Certain requirements, by their very structure, are not verifiable. These include requirements that say the system shall "never" or "always" exhibit a particular property. Proper testing of these requirements would require an infinite testing cycle. Such requirements must be rewritten to be verifiable. As stated above all requirements must be verifiable.
Non-functional requirements, which are unverifiable at the software level, must still be kept as a documentation of customer intent; however they may traced to process requirements that are determined to be a practical way of meeting them. For example, a non-functional requirement to be free from backdoors may be satisfied by replacing it with a process requirement to use
pair programming . Other non-functional requirements will trace to other system components and verified at that level. For example system reliability is often verified by analysis at the system level.Avionics software with its complicated safety requirements must follow theDO-178B development process.Verifiability is necessary for a requirement but there're other important issues. A requirement can be verifiable yet incorrect; and assessing verifiability alone will not detect incorrect requirements. Moreover, verification is totally irrelevant with regard to a requirement which has been overlooked. Mere analysis, inspection, or review alone will find some of these issues but generally is far weaker than usually is realized.
Requirements analysis
Requirements are prone to issues of ambiguity, incompleteness, and inconsistency. Techniques such as rigorous inspection have been shown to help deal with these issues. Ambiguities, incompleteness, and inconsistencies that can be resolved in the requirements phase typically cost orders of magnitude less to correct than when these same issues are found in later stages of product development. Requirements analysis strives to address these issues.
There is an engineering trade off to consider between requirements which are too vague, and those which are so detailed that they
#take a long time to produce
#limit the implementation options available
#are costly to produceDocumenting requirements
Requirements are usually written as a means for communication between the different stakeholders. This means that the requirements should be easy to understand both for normal users and for developers. One common way to document a requirement is stating what the system shall do. Example: "The contractor shall deliver the product no later than xyz date." Other ways include
use cases anduser stories .Changes in requirements
Requirements generally change with time. Once defined and approved, requirements should fall under
change control . For many projects, requirements are altered before the system is complete. This is partly due to the complexity of computer software and the fact that users don't know what they want before they see it. This characteristic of requirements has led torequirements management studies and practices.Disputes regarding the necessity of rigour in software requirements
Some modern software engineering methodologies like
extreme programming question the need for rigorously describing software requirements, which they consider a moving target.Instead, they describe requirements informally using user stories(short summaries fitting on an index card explaining one aspect of whatthe system should do), and compose a series of acceptance test cases for thisuser story.See also
*
FURPS - acronym of key requirement categories
*Requirements analysis
*Requirements management
*Requirements Traceability
*Use case References
External links
* [http://gd4.tuwien.ac.at/systeng/bahill/requirements/index.html#4.7.15 "Discovering System Requirements"]
Wikimedia Foundation. 2010.