A daily dose of software engineering wisdom - inspiring, thought provoking, and sometimes just plain dangerous.

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: Friday 11th November 2011

<<Previous     Next>>

carriagereturn.org home