QA Outsourcing & Consulting

[ISTQB] FL 7 <Integration testing> 본문

IT Trend/ISTQB FL

[ISTQB] FL 7 <Integration testing>

인프라웨어테크놀러지(IT) 2019. 1. 15. 11:20

Q. Which of the following is the main purpose of the integration strategy for integration testing in the small?

A) to ensure that all of the small modules are tested adequately

B) to ensure that the system interfaces to other systems and networks

C) to specify which modules to combine when and how many at once

D) to ensure that the integration testing can be performed by a small team

E) to specify how the software should be divided into modules



<해설>

위 문제는 통합 테스팅에 대한 것으로 실라버스 2.1.3에서도 잠깐 기술되며, 2.2.2에서 별도 챕터로 자세하게 기술됩니다.

컴포넌트 간 인터페이스, 시스템 간 인터페이스 상호 연동 동작 테스트를 하고, 통합하는 범위가 크면 클수록 개발 risk를 증가시키므로 한 번에 얼마나 모듈들을 통합할 지에 대해 지정할 수 있음을 연상해야 합니다.

또한, 4.3.1을 보면 동등 분할이 나오는데 그 안에 통합 테스팅이 연관됨을 알 수 있습니다.


A. B


Comments