Which of the following accurately defines the integration testing test level?
Which of the following accurately defines the integration testing test level?
Integration testing focuses on the interactions between different parts of a system. This involves testing interfaces and ensuring that different modules or components work together as intended. Consequently, the test basis includes software and system design, and the test objects include interfaces.
A is correct