ISTQB 연습문제 풀이 - Exam C : Q#19

Black-Box vs Experience-Based Test Techniques

1. Introduction

ISTQB groups test techniques into categories based on how test cases are designed. Two commonly confused categories are black-box (specification-based) techniques and experience-based techniques.

This question asks for the MAIN difference between these two categories.

ISTQB에서는 테스트 케이스를 어떤 기준으로 설계하느냐에 따라 테스트 기법을 분류합니다. 이 문제는 블랙박스 테스트 기법경험 기반 테스트 기법의 가장 핵심적인 차이를 묻습니다.


2. Key Concept: What Defines a Test Technique?

The defining characteristic of a test technique is the test basis used to design tests.

  • Black-box test techniques: based on specifications and expected behavior
  • Experience-based test techniques: based on tester knowledge, skills, and intuition

테스트 기법을 구분하는 핵심 요소는 테스트 기준(Test Basis)입니다.

  • 블랙박스 테스트: 명세와 기대 동작을 기준으로 설계
  • 경험 기반 테스트: 테스터의 경험과 직관을 활용

3. Practice Question

❓ Question

What is the MAIN difference between black-box test techniques and experience-based test techniques?

  • a) The test object
  • b) The test level at which the test technique is used
  • c) The test basis
  • d) The software development lifecycle (SDLC) in which the test technique can be used

✅ Correct Answer: c)


4. Explanation (EN / KR)

✔ c) The test basis — Correct

Black-box test techniques (specification-based techniques) derive test cases from the specified behavior of the test object, such as requirements or user stories. The internal structure is not considered.

Experience-based test techniques rely on the knowledge, skills, and intuition of the tester. In some cases, testers may design tests with little or no reference to specifications.

블랙박스 테스트 기법은 요구사항이나 명세처럼 문서화된 동작(테스트 기준)을 기반으로 테스트를 설계합니다. 반면 경험 기반 테스트 기법은 테스터의 경험과 직관을 활용하며, 경우에 따라 명세를 거의 사용하지 않을 수도 있습니다.


❌ a) The test object — Incorrect

Both black-box and experience-based techniques can be applied to the same test objects.

두 테스트 기법 모두 동일한 테스트 대상에 적용될 수 있으므로, 차이점이 아닙니다.


❌ b) The test level — Incorrect

Both technique types can be used at all test levels (component, integration, system, acceptance).

블랙박스와 경험 기반 테스트 기법은 모든 테스트 레벨에서 사용할 수 있습니다.


❌ d) The SDLC — Incorrect

Experience-based techniques complement black-box and white-box techniques. Both can be used in any SDLC.

경험 기반 테스트는 블랙박스/화이트박스 테스트를 보완하는 기법으로, 특정 SDLC에만 국한되지 않습니다.


5. Summary Table

Technique Type Test Basis Main Source 한글 요약
Black-box Specification Requirements / expected behavior 명세 기반
Experience-based Tester experience Knowledge, intuition, past defects 경험·직관 기반

6. Final Takeaway

For ISTQB exams, remember:

Black-box vs experience-based = difference in test basis

시험에서는 이렇게 기억하세요.

블랙박스 테스트와 경험 기반 테스트의 핵심 차이는 테스트 기준이다.

Related: More ISTQB Posts | Next Question

다음 이전