ISTQB-CTFL · Question #123
When should component integration tests be carried out?
The correct answer is D. Integration tests should always be done before system tests. Component integration tests are designed to verify the interactions and interfaces between integrated components. These tests should be carried out after component testing (where individual components are tested in isolation) but before system testing (where the entire system…
Question
When should component integration tests be carried out?
Options
- AIntegration tests should always be done after system tests
- BIntegration tests should be done at the customer's site, after acceptance tests
- CIntegration tests can be done before or after system tests
- DIntegration tests should always be done before system tests
How the community answered
(31 responses)- B3% (1)
- C3% (1)
- D94% (29)
Explanation
Component integration tests are designed to verify the interactions and interfaces between integrated components. These tests should be carried out after component testing (where individual components are tested in isolation) but before system testing (where the entire system is tested as a whole). This ensures that any issues arising from the integration of components are identified and resolved early in the testing process, making option D the correct answer.
Topics
Community Discussion
No community discussion yet for this question.