Grammar fix, removed extra word (#33635)

This commit is contained in:
nnewhart
2018-12-17 14:48:43 -08:00
committed by Christopher McCormack
parent e9afb69949
commit b3c681c0b1

View File

@ -4,7 +4,7 @@ title: Acceptance Testing
## Acceptance Testing
Acceptance testing is a testing technique which determines whether or not the software system has met the requirement specifications. The main purpose of this testing technique is to evaluate the system's compliance with business requirements and verify if it has met the required criteria for delivery to end users.
Acceptance testing is a testing technique which determines whether or not the software system has met the requirement specifications. The main purpose of this testing technique is to evaluate the system's compliance with business requirements and verify it has met the required criteria for delivery to end users.
In software development, user acceptance testing (UAT) - also called beta testing, application testing, and end user testing - is a phase of software development in which the software is tested in the "real world" by the intended audience. In engineering and its various subdisciplines, acceptance testing is a test conducted to determine if the requirements of a specification or contract are met.