An internal auditor is reviewing results from software development integration testing. What is the purpose of integration testing?
An internal auditor is reviewing results from software development integration testing. What is the purpose of integration testing?
Integration testing is performed to ensure that all software and hardware components work together as intended. Unlike unit testing, which focuses on individual components or programs, integration testing examines the interactions between various modules to identify any issues that might arise when they are combined. This phase helps verify that different parts of the software system integrate correctly and that there are no integration-related errors.
D is the right answer!