Changes for page Testing

Last modified by chrisby on 2024/06/20 14:42

From version 4.7
edited by chrisby
on 2023/10/27 09:08
Change comment: There is no comment for this version
To version 4.8
edited by chrisby
on 2023/10/27 09:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,9 +25,9 @@
25 25  Every functionality you expect the software to provide at any moment. You should test:
26 26  
27 27  * **Functional Requirements**
28 -** **High-level use cases** that are defined in project requirements by the customer. Tests are actually requirements translated into code. And customer requirements are usually translated into acceptance tests.
28 +** **High-level business use cases** defined by the customer in project requirements. Tests are essentially requirements translated into code. And customer requirements are typically translated into acceptance tests.
29 29  * **Non-Functional Requirements**
30 -** **Lower-level use cases** derived from high-level project use cases that are not directly visible to end users, but form the backbone of software functionality. This includes the expected behavior of the underlying functions, classes, modules, and components.
30 +** **Lower-level technical use cases** derived from high-level business use cases that are not directly visible to end users, but form the backbone of software functionality. This includes the expected behavior of the underlying components, modules and units.
31 31  ** **Border cases** that could theoretically occur, such as maximum/minimum values, nulls, invalid input outside the permissible value range, zeroes, negative numbers, empty lists, values with special meaning, exceptions, etc.
32 32  ** **Performance requirements**
33 33  ** **Security requirements**