Content deleted Content added
→Test driven development: insert under TDD and explain |
|||
Line 110:
* Find a Partner: The programmer will implement this task along with another programmer. This is further discussed in the practice [[Pair Programming]].
* Design the task: If needed, the programmers will design the functionality of the task.
* Implement the task using Test
* Run Functional test: Functional tests (based on the requirements in the associated user story and task card) are run.
|