Which of the following accurately defines the integration testing test level? [K2]
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
Integration testing focuses on the interactions between integrated components or systems. It aims to identify defects in the interfaces and interaction points between different parts of the system. According to the ISTQB syllabus, the test basis for integration testing typically includes software and system design documents, while the test objects are the interfaces and interactions between components. The goal is to ensure that the integrated parts function together as intended​​.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit