Changes for page Testing

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

From version 2.8
edited by chrisby
on 2023/05/29 16:15
Change comment: There is no comment for this version
To version 2.6
edited by chrisby
on 2023/05/29 11:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,13 @@
1 1  === Foreword ===
2 2  
3 3  (% style="text-align: justify;" %)
4 -The chapters presented here are a concise summary of more theoretical and high-level knowledge. It is recommended that you are familiar with writing very basic tests and mocks, and understand the concepts of polymorphism and [[dependency injection>>doc:Software Architecture.Dependency Injection.WebHome]] before reading on.
4 +The chapters presented here are a concise summary of more theoretical and high-level knowledge. It is recommended that you are familiar with writing very basic tests and mocks, and understand the concepts of polymorphism and [[dependency injection>>doc:Software Architecture.Dependency Injection.WebHome]].
5 5  
6 6  === ===
7 7  
8 8  === General ===
9 9  
10 -* **Ultimate Goal** of testing: Reduce costs and increase productivity. Development with testing is faster and safer than without.
10 +* **Ultimate Goal** of testing: Reduce costs and increase productivity.
11 11  * **Definition 'Production Code':** Code that provides functionality to meet project requirements.
12 12  * **Definition 'Test Code':** Often referred to as "tests", it is written to verify the correct functionality of the production code.
13 13