ISQI Certified Tester Foundation Level — Question 75
Which of the following accurately defines the integration testing test level?
Answer options
- A. Test basis includes software and system design, test objects include interfaces, and tests concentrate on the interactions between different parts of a system
- B. Test basis includes component requirements, test objects include database modules, and tests concentrate on the behaviour of the system as a whole.
- C. Test basis includes business processes, test objects include system configuration and configuration data, and tests concentrate on establishing confidence in the system
- D. Test basis includes use cases, test objects include user procedures and tests concentrate on a high level model of system behaviour
Correct answer: A
Explanation
The correct answer, A, accurately captures the essence of integration testing, which emphasizes the interactions between different system components based on software and system design. The other options describe different levels of testing, such as system testing or acceptance testing, which do not specifically focus on the interactions among components.