Kullanıcı Kabul Testi (UAT)

Son kullanıcıların dağıtımdan önce yazılımın gereksinimleri karşıladığını doğruladığı son test aşaması.

UAT, ürün piyasaya sürülmeden önceki son adımdır. Amacı, yazılımın iş gereksinimlerini karşıladığını doğrulamaktır. Sistem testinden farklı olarak UAT, kullanıcı perspektifinden iş akışına ve kullanılabilirliğe odaklanır. 'Kullanıcı işini yapmak için sistemi kullanabilir mi?' sorusunu yanıtlar.

        graph LR
  Center["Kullanıcı Kabul Testi (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 yaşındaki gibi açıkla

Generated ELI5 content

🤓 Expert Deep Dive

Generated expert content

❓ Sık sorulan sorular

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.

📚 Kaynaklar