Exam IIA-CIA-Part3 All QuestionsBrowse all questions from this exam
Question 185

An internal auditor is reviewing results from software development integration testing. What is the purpose of integration testing?

    Correct Answer: D

    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.

Discussion
KonradKOption: D

D is the right answer!