The Green Stage: Making the Tests Pass

Learn how to implement the green stage of the TDD process.

The green stage of the TDD process is the phase that takes place when we already have tests that verify the behavior of the future code. Our goal for this stage is to write the minimal code required to pass the tests. We don’t look for a perfect solution but simply develop the quickest solution possible.

Get hands-on with 1200+ tech skills courses.