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
- ...
?