Test-driven development: Difference between revisions

Content deleted Content added
m Reverted edits by 203.111.112.54 to last version by 65.34.141.142
Line 8:
 
=== 1. Write the test ===
It first begins with writing a test. In order to write a test, the specification and requirements must be clearly understoodyunderstood.
 
=== 2. Write the code ===