QA Outsourcing & Consulting

[ISTQB] FL 14 <Acceptance testing, Component testing> 본문

IT Trend/ISTQB FL

[ISTQB] FL 14 <Acceptance testing, Component testing>

인프라웨어테크놀러지(IT) 2019. 2. 22. 10:32


Q. The main focus of acceptance testing is?

A) finding faults in the system

B) ensuring that the system is acceptable to all users

C) testing the system with other systems

D) testing for a business perspective

E) testing by an independent test team


<해설>

인수 테스에 대한 문제입니다.

실라버스 2.2.4에 내용이 나와 있습니다.

Test basis에도 Business processes라고 기재되어 있으며, 결함을 찾는 것이 주된 관심사가 아니라, 비즈니스 관점에서 테스트를 하는 것의 주된 목적입니다.


A. D


Q. Which of the following statements about the component testing standard is false?

A) black box design techniques all have an associated measurement technique

B) white box design techniques all have an associated measurement technique

C) cyclomatic complexity is not a test measurement technique

D) black box measurement techniques all have an associated test design technique

E) white box measurement techniques all have an associated test design technique


<해설>

블랙박스와 화이트박스에 대한 문제입니다.

블랙박스는 명세기반, 화이트박스는 구조기반 기법 테스팅을 사용한다는 건 기본이고 SW외부적인 기능 테스팅, 비기능 테스팅도 블랙박스입니다. (실라버스 2.3.1, 2.3.2, 4.2)

명세기반에는 등가분할, 경계값분석, 결정 테이블, 상태 전이, 유즈케이스가 있고

구조 기반에는 구문/커버리지 테스팅, 결정/커버리지 테스팅, 조건 커버리지, 다중 조건이 있습니다.

다시 문제로 돌아와서 A-B, D-E는 문장 위치만 바꾼 말 장난 같지만 사실 전혀 다릅니다.

엄마는 모두 여자이다와 여자는 모두 엄마이다와 같은 큰 차이처럼 말이죠.

A-B는 블랙/화이트 박스 설계 기법은 모두 관련된 측정 기법이 있다.

D-E는 블랙/화이트 박스 측정 기법은 모두 관련된 테스트 설계 기법이 있다.

인데 실라버스 2.3.3 Structural Testing을 보면 구조 기반 기법의 특징으로 커버리지를 특정할 수 있다고 나와 있습니다.

즉, 블랙박스도 측정 기법은 있을 수 있으나 모든 블랙박스 테스팅 기법에 측정 기법이 관련되어 있는 것은 아닙니다.

측정하고 분석하는 툴도 많은 경우 개발자 관련으로 화이트 박스쪽입니다.

물론 테스트 팀이라고 못하는 건 아닙니다. 

그래서 분석하고 측정을 블랙박스에서도 할 수는 있으나 그러한 측정 기법이 모두 블랙박스 설계 기법과 관련된 것은 아닙니다.


A. A

Comments