What is the purpose of user acceptance testing?
- A Confirming the solution meets business needs from the user's perspective before go-live
- B Finding technical defects
- C Testing performance under load
- D Verifying the code compiles
Answer
Confirming the solution meets business needs from the user's perspective before go-live
UAT validates fitness for purpose. System testing verifies the build matches the specification, which is a different question.





