QA Outsourcing & Consulting

[ISTQB] FL 20 <Test process, Confirmation testing, Regression testing> 본문

IT Trend/ISTQB FL

[ISTQB] FL 20 <Test process, Confirmation testing, Regression testing>

인프라웨어테크놀러지(IT) 2019. 4. 3. 16:30

Q. 19: Which activity in the fundamental test process creates test suites for efficient test execution?

A. Implementation and execution.

B. Planning and control.

C. Analysis and design.

D. Test closure.


<해설>

실라버스 1.4 Fundamental Test Process를 보면 기본적인 테스트 프로세스의 주요 활동은

- Test planning and control

- Test analysis and design

- Test implementation and execution

- Evaluating exit criteria and reporting

- Test closure activities

라고 되어 있습니다.

이것들 중에 efficient test execution, 즉 효율적인 테스트 실행을 위해 test suites를 생성하는 활동은 어디에 속하냐라는 문제인데요 실라버스 1.4.3 테스트 구현과 실행의 주요 활동 설명 중 3번째 항목에 Creating test suites from the test procedures for efficient test execution (효율적인 테스트 실행을 위해 테스트 프로시저에서 테스트 스위트를 생성한다라고 되어 있습니다.

헷갈릴 수 있는 분석과 설계에서는 테스트 할 게 뭔지 식별하고 우선순위를 정하는 활동이 주요 활동입니다.


A. A



Q. 20: Which of the following is TRUE?

A. Confirmation testing is testing fixes to a set of defects and Regression testing is testing to establish whether any defects have been introduced as a result of changes.


B. Confirmation testing is testing to establish whether any defects have been introduced as a result of changes and Regression testing is testing fixes to a set of defects.


C. Confirmation testing and Regression testing are both testing to establish whether any defects have been introduced as a result of changes.


D. Confirmation testing and Regression testing are both testing fixes to a set of defects.


<해설>

위 문제도 실라버스 1.4.3 테스트 구현과 실행에서 답을 찾을 수 있습니다.

1.4.3 설명 마지막에 confirmation testing과 regression testing에 대한 설명이 나옵니다.

confirmation testing(확인 테스트)는 수정 확인을 위해 이전에 실패한 테스트를 재실행하는 것이며,

regression testing(회기 테스트)는 수정으로 인해 변경되지 않은 부분에 결함이 유입되었는지, 또는 수정이 다른 결함을 발생시키지는 않았는지 확인하는 테스트입니다.


A. A

Comments