Acceptance Testing

Learn about the details of acceptance testing.

What is acceptance testing?

Acceptance testing, also known as User Acceptance Testing (UAT), is a type of testing where we test to see if the whole system works. This type of testing is done by people familiar with the system. Before releasing it into production, we test the system to satisfy the requirements. Business analysts or product owners generally write acceptance tests. UAT is a slower type of test than other tests in the pyramid. In most cases, we typically do UAT using a manual test approach instead of automated code.

Get hands-on with 1200+ tech skills courses.