Test-driven development: Difference between revisions

Content deleted Content added
m Differing styles: - KISS wiki
Line 9:
 
=== 1. Write the test ===
It first begins with writing a test. In order to write a test, the specification and requirements must be clearly understood. This is accomplished through usecases and stories.
 
=== 2. Write the code ===