The Red Phase
01
The TDD Cycle
Key Concept
Starting with the Red Phase
- The Red Phase is the first step in a three-part cycle used to build software.
- In this step, you write an automated check for a feature that does not exist yet.
- Because the feature is missing, the check will fail and show a red error.
1 / 7
