Tags: integration testing
Integration testing
Integration testing focuses on the interaction between multiple components. Integration testing strategy focuses on the lower layers of the architecture first because they have the least external dependencies. Once we are satisfied that the lower layers work correctly we add a layer and test then, etc. This is bottom-up testing.
Last published: Thursday 8th April 2010
<<Previous Next>>