DEV Community

Discussion on: My personal take on TDD

Collapse
 
anjdreas profile image
Andreas Gullberg Larsen

What I meant to say, is that I use TDD for both unit testing and integration tests. Once the interaction of classes is defined in my design, then I know better what each class should be responsible for and can start unit testing those.