Changes for page Testing

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

From version 4.2
edited by chrisby
on 2023/09/03 23:54
Change comment: There is no comment for this version
To version 4.3
edited by chrisby
on 2023/10/05 15:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,7 @@
8 8  === General ===
9 9  
10 10  * **Ultimate Goal** of testing: Reduce costs and increase productivity. Development with testing is faster and safer than without.
11 -* **Definition 'Production Code':** Code that provides functionality to meet project requirements.
11 +* **Definition 'Production Code':** Code that provides the functionalities of a system.
12 12  * **Definition 'Test Code':** Often referred to as "tests", it is written to verify the correct functionality of the production code.
13 13  
14 14  === ===