Examples of typical defects and failures for component integration testing include:
• Incorrect data, missing data, or incorrect data encoding
• Incorrect sequencing or timing of interface calls
• Interface mismatch
• Failures in communication between components
• Unhandled or improperly handled communication failures between components
• Incorrect assumptions about the meaning, units, or boundaries of the data being passed between
components
Examples of typical defects and failures for system integration testing include:
• Inconsistent message structures between systems
• Incorrect data, missing data, or incorrect data encoding
• Interface mismatch
• Failures in communication between systems
• Unhandled or improperly handled communication failures between systems.
• Incorrect assumptions about the meaning, units, or boundaries of the data being passed between
systems
• Failure to comply with mandatory security regulations