Non-functional testing
Non-functional testing is testing software for its non-functional requirements: the way a system operates, rather than specific behaviors of that system.
[1] This is in contrast to functional testing, which tests against functional requirements that describe the functions of a system and its components.
Types of non-functional testing
Accessibility testing
Accessibility testing is a non-functional testing activity that verifies whether a system, website, or application can be perceived, operated, and understood by people with a wide range of disabilities and whether it meets objective accessibility criteria such as the Web Content Accessibility Guidelines, WCAG success criteria. It typically combines automated checks, to detect obvious technical failures, manual inspection, to evaluate semantic structure, keyboard navigation, and ARIA usage, and human usability testing with people who have disabilities to assess real-world effectiveness and usability. Many government and organizational web standards now require WCAG conformance and explicitly treat accessibility as a mandatory non-functional quality attribute of public-facing digital services. Practical guides and industry overviews describe accessibility testing as a specialized subset of usability and non-functional testing that focuses on legal conformance, inclusive design, and measurable success criteria rather than functional feature behaviour alone.* [2] [3]
Baseline testing
Baseline testing is a non-functional activity that establishes a measured reference for key quality attributes (for example, response time, throughput, resource usage, error rates, and availability) against which future changes, releases, or configurations are compared. It usually occurs early in a release cycle or after a major environment change and combines controlled synthetic tests (benchmarks, scripted workloads, profiling) with monitored production observations to capture representative operating conditions. The baseline results are recorded as pass/fail thresholds, performance budgets, or trend series so regressions, capacity drift, and configuration-induced degradation can be detected quickly and triaged. Best practice is to store baseline test artifacts (test scripts, input datasets, environment definitions, and raw metrics) alongside the release so reruns are reproducible and comparisons remain meaningful across time.[4] [5]
Compliance testing
Documentation testing
Endurance testing
Load testing

Localization testing
Reliability testing
Recovery testing
Software performance testing
Security testing
Scalability testing
Stress testing
Usability testing
Volume testing
See also
- Software quality – Refers to two related but distinct notions: functional quality and structural quality
- ISO/IEC 25010
- ISTQB Certified Tester
- Performance engineering – Encompasses the techniques applied during a systems development life cycle
- Capacity planning
- Mean time between failures – Predicted elapsed time between inherent failures of a system during operation
- Benchmark (computing) – Comparing the relative performance of computers by running the same program on all of them
- Web Content Accessibility Guidelines – Web accessibility guidelines
- Human–computer interaction – Academic discipline studying the relationship between computer systems and their users
References
- ↑ "non-functional testing - ISTQB Glossary". International Software Testing Qualifications Board. https://glossary.istqb.org/en_US/term/non-functional-testing.
- ↑ Lazar, Jonathan; Goldstein, Daniel; Taylor, Anne Marie (2015). Ensuring Digital Accessibility through Process and Policy. Elsevier. ISBN 978-0128006467.
- ↑ Yesilada, Yeliz; Harper, Simon (2019). Web Accessibility: A Foundation for Research. Springer. ISBN 978-1447174400.
- ↑ "Baseline Testing". GeeksforGeeks. 2025-07-23. https://www.geeksforgeeks.org/software-testing/baseline-testing/.
- ↑ "Baseline Testing: What is it, and Why is it Important?". Testsigma. 2025-06-26. https://testsigma.com/blog/baseline-testing/.
- ↑ Benjamin Zadik (12 April 2013). "Pseudolocalization: Prepare your app for localization". http://www.ibabbleon.com/copywriter-translator/2013/04/pseudolocalization-how-it-helps-prepare-your-app-for-localization/. Retrieved 13 April 2013.
- ↑ Cite error: Invalid
<ref>tag; no text was provided for refs namedtha12 - ↑ M Martellini, & Malizia, A. (2017). Cyber and chemical, biological, radiological, nuclear, explosives challenges : threats and counter efforts. Springer.
- ↑ 9.0 9.1 Teststrategi for ytelsestesting - IKT-testing i Helse Nord
- ↑ Volume Testing in Software Testing: Definition & Examples | PFLB
- ↑ Volume Testing Tutorial: Examples and Volume Testing Tools
Further reading
- Myers, Glenford J. (2011). The Art of Software Testing (3rd ed.). Hoboken, NJ: John Wiley & Sons. ISBN 978-1118031964.
- Kaner, Cem; Falk, Jack; Nguyen, Hung Quoc (1999). Testing Computer Software (2nd ed.). New York: John Wiley & Sons. ISBN 978-0471358466.
- Beizer, Boris (1995). Software Testing Techniques (2nd ed.). Boston: International Thomson Computer Press. ISBN 9788177222609.
- ISO/IEC 25010:2011 Systems and software engineering — Systems and software Quality Requirements and Evaluation (SQuaRE) — System and software quality models, International Organization for Standardization, 2011
- IEEE Standard for Software and System Test Documentation (IEEE 829-2008), Institute of Electrical and Electronics Engineers, 2008
- Black, Rex (2009). Advanced Software Testing – Vol. 2: Guide to the ISTQB Advanced Certification as an Advanced Test Manager. Santa Monica, CA: Rocky Nook. ISBN 9781933952192.
- Graham, Dorothy; Van Veenendaal, Erik; Evans, Isabel; Black, Rex (2008). Foundations of Software Testing: ISTQB Certification. London: Cengage Learning. ISBN 978-1844809899.
- Bertolino, Antonia (2007). "Software Testing Research: Achievements, Challenges, Dreams". IEEE Computer Society. pp. 85–103. doi:10.1109/FOSE.2007.25.
- Li, Zhi; Harman, Mark; Hierons, Robert M. (2007). "Search Algorithms for Regression Test Case Prioritization". IEEE Transactions on Software Engineering 33 (4): 225–237. doi:10.1109/TSE.2007.38.
External links
- "ISO/IEC 25010:2011 – Systems and software quality models". International Organization for Standardization. https://www.iso.org/standard/35733.html.
- "OWASP Top Ten". Open Worldwide Application Security Project. https://owasp.org/www-project-top-ten/.
- "Web Content Accessibility Guidelines (WCAG) Overview". World Wide Web Consortium. https://www.w3.org/WAI/standards-guidelines/wcag/.
- "Non-Functional Testing – GeeksforGeeks". GeeksforGeeks. 2025-07-20. https://www.geeksforgeeks.org/software-testing/software-testing-non-functional-testing/.
- "Complete Guide to Non-Functional Testing: 51 Types, Examples & Applications". TestRail. 2024-11-14. https://www.testrail.com/blog/non-functional-testing/.
- "Non-Functional Testing: A Complete Handbook for Developers". Orient Software. 2024-10-14. https://www.orientsoftware.com/blog/non-functional-testing/.
