Jump to content

Non-functional requirement

From Wikipedia, the free encyclopedia

Insystems engineeringandrequirements engineering,anon-functional requirement(NFR) is arequirementthat specifies criteria that can be used to judge the operation of a system, rather than specific behaviours. They are contrasted withfunctional requirementsthat define specific behavior or functions. The plan for implementingfunctionalrequirements is detailed in thesystemdesign.The plan for implementingnon-functionalrequirements is detailed in thesystemarchitecture,because they are usuallyarchitecturally significant requirements.[1]

Insoftware architecture,non-functional requirements are known as "architectural characteristics". Note that synchronous communication between software architectural components, entangles them and they must share the same architectural characteristics.[2]

Definition

[edit]

Broadly, functional requirements define what a system is supposed todoand non-functional requirements define how a system is supposed tobe.Functional requirementsare usually in the form of "system shall do <requirement>", an individual action or part of the system, perhaps explicitly in the sense of amathematical function,ablack boxdescription input, output, process and controlfunctional modelorIPO Model.In contrast, non-functional requirements are in the form of "system shall be <requirement>", an overall property of the system as a whole or of a particular aspect and not a specific function. The system's overall properties commonly mark the difference between whether the development project has succeeded or failed.

Non-functional requirements are often called the "quality attributes"of a system. Other terms for non-functional requirements are" qualities "," quality goals "," quality of service requirements "," constraints "," non-behavioral requirements ",[3]or "technical requirements".[4]Informally these are sometimes called the "ilities",from attributes like stability and portability. Qualities—that is non-functional requirements—can be divided into two main categories:

  1. Execution qualities, such as safety, security and usability, which are observable during operation (at run time).
  2. Evolution qualities, such astestability,maintainability, extensibility and scalability, which are embodied in the static structure of the system.[5][6]

It is important to specify non-functional requirements in a specific and measurable way.[7][8]

Examples

[edit]

A system may be required to present the user with a display of the number of records in a database. This is a functional requirement. How current this number needs to be, is a non-functional requirement. If the number needs to be updated inreal time,the system architects must ensure that the system is capable of displaying the record count within an acceptably short interval of the number of records changing.

Sufficient network bandwidth may be a non-functional requirement of a system. Other examples include:

See also

[edit]

References

[edit]
  1. ^Chen, Lianping; Ali Babar, Muhammad; Nuseibeh, Bashar (2013). "Characterizing Architecturally Significant Requirements".IEEE Software.30(2): 38–45.doi:10.1109/MS.2012.174.hdl:10344/3061.S2CID17399565.
  2. ^Fundamentals of Software Architecture: An Engineering Approach.2020.ISBN978-1492043454.
  3. ^Stellman, Andrew; Greene, Jennifer (2005).Applied Software Project Management.O'Reilly Media.p. 113.ISBN978-0-596-00948-9.Archived fromthe originalon 2015-02-09.
  4. ^Ambler, Scott."Technical (Non-Functional) Requirements: An Agile Introduction".Agile Modelling.Ambysoft Inc.Retrieved5 October2018.
  5. ^Wiegers, Karl; Beatty, Joy (2013).Software Requirements, Third Edition.Microsoft Press.ISBN978-0-7356-7966-5.
  6. ^Young, Ralph R. (2001).Effective Requirements Practices.Addison-Wesley.ISBN978-0-201-70912-4.
  7. ^Zimmermann, Olaf; Stocker, Mirko (2021).Design Practice Repository.LeanPub.
  8. ^Glinz, Martin (2008)."A Risk-Based, Value-Oriented Approach to Quality Requirements"(PDF).IEEE Software.25(2): 34–41.doi:10.1109/MS.2008.31.S2CID19015424.
[edit]