QA Outsourcing & Consulting

[ISTQB] FL 13 <Beta testing, Tool> 본문

카테고리 없음

[ISTQB] FL 13 <Beta testing, Tool>

인프라웨어테크놀러지(IT) 2019. 2. 20. 12:37



Q. Beta testing is:

A) Performed by customers at their own site

B) Performed by customers at their software developer’s site

C) Performed by an independent test team

D) Useful to test bespoke software

E) Performed as early as possible in the lifecycle


<해설>

베타 테스트가 무엇인지에 대한 문제입니다.

이와 관련하여 정답을 찾을 수 있는 곳은 실라버스 2.2.4 내에 알파와 베타 테스트에 있습니다.

Beta testing, or field-testing, is performed by customers or potential customers at their own locations.


A. A



Q. Given the following types of tool, which tools would typically be used by developers and which by an independent test team:


i. static analysis

ii. performance testing

iii. test management

iv. dynamic analysis

v. test running

vi. test data preparation


A) developers would typically use i, iv and vi; test team ii, iii and v

B) developers would typically use i and iv; test team ii, iii, v and vi

C) developers would typically use i, ii, iii and iv; test team v and vi

D) developers would typically use ii, iv and vi; test team I, ii and v

E) developers would typically use i, iii, iv and v; test team ii and vi


<해설>

개발자와 독립된 검증 팀이 각각 예시에 있는 툴을 사용하는데 있어 누가 사용하면 좋을지에 대한 문제로 실라버스를 참조하지 않더라도 현장 경험이 있다면 쉽게 풀 수 있는 문제입니다.

성능 테스트, 테스트 관리, 테스트 실행, 테스트 데이터 준비는 당연히 테스트 팀이고 정적 분석과 동적 분석은 개발팀일 것입니다.

좀 더 자세히 보자면, 실라버스 6.1.3부터 툴에 대한 내용들이 나오는데 그 중 툴 이름 뒤에 (D)라고 써 있는 것들은 개발자를 위한 툴이라고 보면 됩니다.

개발자를 위한 툴로는 Static Anlaysis Tools, Modeling Tools, Test Haness/Unit Test Framework Tools, Coverage Measurement Tools, Dynamic Anlaysis Tools이 있습니다.


A. A

Comments