사용자 인수 테스트 (UAT)
배포 전 최종 사용자가 요구 사항 충족 여부를 확인하는 마지막 테스트 단계입니다.
UAT는 제품 출시 전 마지막 단계입니다. 목적은 소프트웨어가 비즈니스 요구 사항을 충족하는지 검증하는 것입니다. 시스템 테스트와 달리 UAT는 사용자 관점의 워크플로우와 사용성에 중점을 둡니다. '사용자가 이 시스템으로 업무를 수행할 수 있는가?'에 답합니다.
graph LR
Center["사용자 인수 테스트 (UAT)"]:::main
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
Generated ELI5 content
🤓 Expert Deep Dive
Generated expert content
❓ 자주 묻는 질문
Who performs UAT?
UAT is performed by the end-users or the client who ordered the software, not the developers.
When does UAT happen?
It happens after system testing is complete and before the software is deployed to production.
Why is UAT checking important?
It ensures the developed solution actually fits the user's business needs and requirements.