Tagged Questions
5
votes
4answers
567 views
What is really tested in an integration test?
what is really the difference between a component/unit test and an integration test?
Suppose you do very fine unit testing with stubs and drivers and test each component as far as you can with unit ...