Test-driven development: Difference between revisions

Content deleted Content added
see also
Line 9:
 
=== 1. Write the test ===
It first begins with writing a test. In order to write a test, the developer must understand the specification and the requirements must be clearly understood. This is accomplished through usecases and stories.
 
=== 2. Write the code ===