1. Introduction
This question checks if you know which test activities belong to Agile Testing Quadrant Q1, which is defined as technology-facing and supporting the team.
이 문제는 애자일 테스트 사분면(Agile Testing Quadrants) 중 Q1: 기술 중심(technology-facing), 팀 지원(support the team) 영역에 어떤 테스트 활동이 속하는지 알고 있는지를 묻는 문제입니다.
2. Key Concepts
✔ Agile Testing Quadrant Q1 (EN/KR)
Q1 focuses on tests that:
- Are technology-facing (code-level or technical design–related)
- Support the development team (guide implementation)
- Often automated and run frequently
Q1은 다음과 같은 테스트를 포함합니다:
- 기술 중심 (코드 또는 기술 설계에 가까운 테스트)
- 개발팀을 지원 (구현 방향을 안내하는 테스트)
- 대부분 자동화 가능하며 자주 실행
Typical Q1 examples: unit tests, component tests, component integration tests.
대표적인 Q1 예시는 단위 테스트, 컴포넌트 테스트, 컴포넌트 통합 테스트 등입니다.
3. Practice Question
❓ Question
According to the testing quadrants model, which of the following falls into quadrant Q1 (“technology facing” and “support the team”)?
- a) Usability testing
- b) Functional testing
- c) User acceptance testing
- d) Component integration testing
✅ Correct Answer: d) Component integration testing
📘 Explanation (EN/KR)
a) Usability testing – Not correct.
Usability testing is business-facing and used to critique the product.
It belongs to Q3, not Q1.
사용성 테스트는 비즈니스 중심이며 제품을 평가(critique)하기 위한 테스트입니다. 따라서 Q3에 속하지, Q1이 아닙니다.
b) Functional testing – Not correct.
Functional testing is business-facing and supports development (e.g., story tests).
This is typical of Q2.
기능 테스트는 요구사항·스토리 기반의 비즈니스 중심 테스트로 개발을 지원하므로 Q2에 해당합니다.
c) User acceptance testing – Not correct.
User acceptance testing is business-facing and critiques the product at a higher level.
This belongs to Q3.
UAT(사용자 인수 테스트)는 실제 사용자 관점에서 제품을 평가하는 비즈니스 중심, 제품 평가 테스트이므로 Q3에 속합니다.
d) Component integration testing – Correct.
Component integration testing is technology-facing and supports the team by validating how components interact.
This fits perfectly into Q1.
컴포넌트 통합 테스트는 여러 컴포넌트 간의 상호작용을 검증하는 기술 중심 테스트Q1 (technology-facing, support the team)
에 해당하는 정답입니다.📊 Summary Table
| Option | Test Type | Quadrant | 설명 (KR) |
|---|---|---|---|
| a | Usability testing | Q3 | 비즈니스 중심, 제품 평가 (Q3) |
| b | Functional testing | Q2 | 비즈니스 중심, 개발 지원 (Q2) |
| c | User acceptance testing | Q3 | 비즈니스 중심, 제품 평가 (Q3) |
| d ✔ | Component integration testing | Q1 | 기술 중심, 개발 지원 (Q1) |
4. Summary & Call to Action
Agile Testing Quadrants help categorize tests by their focus (business vs technology) and purpose (support vs critique). Q1 is all about technology-facing tests that guide development, such as component and integration tests.
Agile Testing Quadrants는 테스트를
비즈니스 vs 기술, 개발 지원 vs 제품 평가 관점으로 분류합니다.
Q1은 컴포넌트/통합 테스트처럼 기술 중심이며 개발을 지원하는 테스트 영역임을 기억해두세요.
Related: More ISTQB Posts
