Integration testing: Difference between revisions

Content deleted Content added
top: def acro per MOS,
Licriss (talk | contribs)
Increase specificity of initial summary paragraph
Line 3:
{{Software development process}}
 
'''Integration testing''', also called '''integration and testing''' ('''I&T'''), is a form of [[software testing]] in which multiple partssoftware ofcomponents, amodules, [[softwareor system]]services are tested together to verify they work as aexpected groupwhen combined. The focus is on testing the interactions and data exchange between integrated parts, rather than testing components in isolation.
 
Integration testing describes tests that are run at the integration-level to contrast testing at the [[unit testing|unit]] or [[system testing|system]] level.