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