Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Chapter 3 — Test-Driven Development

Learn TDD by writing tests for the Employee API — first the test, then the code that makes it pass.

Contents

File Description
tdd-lab.md TDD cycle lab — extend the Employee API using red/green/refactor

Learning Outcomes

  • Understand the TDD cycle: Red → Green → Refactor
  • Write unit and integration tests for a REST API
  • Use AI to generate tests and then implementation
  • Know why tests matter before shipping to production