Waterfall Methodology Advantages
Waterfall Methodology Disadvantages
The TDD iteration is finished when…
code refactoring is done and all tests pass.
What is the correct order of steps in a TDD iteration?
Step 1: Write tests; Step 2: Run tests (should fail); Step 3: Write code; Step 4: Run tests (should pass); Step 5: Refactor code.