Changes for page Testing

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

From version 2.4
edited by chrisby
on 2023/05/29 09:15
Change comment: There is no comment for this version
To version 2.5
edited by chrisby
on 2023/05/29 09:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,6 +22,6 @@
22 22  Every functionality you expect the software to provide at any moment. You should test:
23 23  
24 24  * **Use Cases**
25 -** Defined in project requirements
26 -** Use cases derived from the high-level project use cases. For example, expected behavior of functions, classes, modules and components that the user does not see.
25 +** Use cases defined in project requirements
26 +** Lower-level use cases derived from the high-level project use cases. For example, expected behavior of functions, classes, modules, and components that users of the software do not see.
27 27  * **Border cases** that could theoretically always occur, such as maximum/minimum values, nulls, invalid input, nulls, negative numbers, empty lists, values with special meaning, exceptions, etc.