11

There are enough books on how to do unit testing.

Do you know any good books (or other good resources) on integration testing?

What I am particularly interested in is

  • Define scope (unit testing < integration testing < automated func. testing
  • What is a good and bad integration test
  • Data access
  • Service layers
  • Configuration
  • Spring or other DI containers for integration testing
  • ...

?

Paul Kapustin
  • 3,297
  • 5
  • 35
  • 45

3 Answers3

2

Continous Integration By Duvall, Matyas and Glover It's a Martin Fowler's signature book published by Addison-Wesley It might give you some nice ideas.

Julien Grenier
  • 3,364
  • 2
  • 30
  • 43
1

I like "Test Driven Development: By Example" (Amazon link).

Kent Beck is a good writer and obviously knows what he is talking about.

Gunnar Steinn
  • 857
  • 3
  • 10
  • 23
0

Actually there is another thread on this which is pretty good: The Agile Way: Integration Testing vs Functional Testing or both?

Community
  • 1
  • 1
khebbie
  • 2,490
  • 3
  • 31
  • 53