Definitions for "Integration Testing" Add To Word List
Login or Register  | Word Lists | Search History

part of the SIT work segment. It is to verify that the system is working properly with other up-stream and down-stream systems. Its primary purpose is to test interfaces.
Helpful?           0
Integration testing is undertaken to ensure that components can be integrated to form modules, modules to form subsystems and subsystems to form the system.
Helpful?           0
The testing of a chain of business processes which flow together and/or cross functional boundaries. Integration testing also involves outputs, interfaces, procedures, organizational design, and security profiles. Its focus is on likely business events and high-impact exceptions.
Helpful?           0
An orderly progression of testing in which software components or hardware components, or both, are combined and tested until the entire system has been integrated.
Helpful?           0
Testing performed to expose fault s in the interfaces and in the interaction between integrated component
Helpful?           0
testing in which software components, hardware components, or both are combined and tested to evaluate the interaction between them [ IEEE 90].
Helpful?           0
Depth testing which covers groups of functions at the subsystem level.
Helpful?           0
Testing of combined parts of an application to determine if they function together correctly. Usually performed after unit and functional testing. This type of testing is especially relevant to client/server and distributed systems.
Helpful?           0
Integration testing (sometimes called Integration and Testing, abbreviated I&T) is the phase of software testing in which individual software modules are combined and tested as a group. It follows unit testing and precedes system testing.
Helpful?           0