... |
... |
@@ -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 |
=== === |