vote up 6 vote down star
3

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

?

flag
hi just curious did you manage to find anything besides those two? – melaos Jan 21 at 5:31

3 Answers

vote up 0 vote down

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

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

link|flag
@Gunnar Steinn: this looks like a TDD (unit testing) book to me? – badbadboy Nov 24 '08 at 16:53
vote up 2 vote down

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.

link|flag
@Julien Grenier: Looking through the contents, haven't found much on integration testing TECHNIQUES... – badbadboy Nov 24 '08 at 17:07
vote up 0 vote down

Actually there is another thread on this which is pretty good: http://stackoverflow.com/questions/555899/the-agile-way-integration-testing-vs-functional-testing-or-both

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.