Skip to main content
edited tags
Link
Sergey Berezovskiy
  • 237.1k
  • 44
  • 441
  • 469
Source Link
Jon Onstott
  • 13.8k
  • 16
  • 85
  • 138

Does TDD include integration tests?

I'm working on some code that includes database access. Does test-driven development include integration tests as well as the usual unit tests?

Thanks!