Changes for page Testing

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

From version 2.1
edited by chrisby
on 2023/05/28 22:58
Change comment: There is no comment for this version
To version 2.2
edited by chrisby
on 2023/05/29 08:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  * **Ultimate Goal**: Reduce costs and increase productivity.
2 -* **Definition 'Production Code':** Represents the actual software functionality designed to fulfill project requirements.
3 -* **Definition 'Test Code':** Often referred to as "tests," is written to verify the functionality of production code.
2 +* **Definition 'Production Code':** Code that provides functionality to meet project requirements.
3 +* **Definition 'Test Code':** Often referred to as "tests", it is written to verify the correct functionality of the production code.
4 4  
5 5  === Benefits of Testing ===
6 6