Content deleted Content added
Sam Hocevar (talk | contribs) m it's -> its |
|||
Line 10:
It first begins with writing a test. In order to write a test, the specification and requirements must be clearly understood.
=== 2. Write the code ===
The next step is to make the test pass by writing the code. This step forces the programmer to take the perspective of a client by seeing the code through
=== 3. Run the automated tests ===
The next step is to run the automated testcases and observe if they pass or fail. If they pass, the programmer can be guaranteed that the code meets the testcases written. If there are failures, the code did not meet the testcases.
|