Test-driven development: Difference between revisions

Content deleted Content added
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 understoodunderstoody.
 
=== 2. Write the code ===