Page 1 of 6

TDD with NextJS

Challenge 1 / 3
In the TDD workflow, the first step is to come up with a high-level integration test before programming the implementation (e.g., building React components or developing business logic).
https://storage.tally.so/ddc4dfa6-c726-4ebc-93a8-b32539bad294/outside-in-tdd.png

Why start with an integration Test?

Answer #1