From 53bf2f7a61ab804fc8a5c05ffda62532665b9d7c Mon Sep 17 00:00:00 2001 From: Michael Salmons Date: Wed, 21 Nov 2018 11:54:43 -0600 Subject: [PATCH] Update index.md (#22770) grammatical change- Change "Acceptance testing," to "Acceptance testing is" --- guide/english/agile/acceptance-testing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/agile/acceptance-testing/index.md b/guide/english/agile/acceptance-testing/index.md index 53d81d5849..37cc709e85 100644 --- a/guide/english/agile/acceptance-testing/index.md +++ b/guide/english/agile/acceptance-testing/index.md @@ -4,7 +4,7 @@ title: Acceptance Testing ## Acceptance Testing -Acceptance Testing, a Testing technique performed to determine whether or not the software system has met the requirement specifications. The main purpose of this test is to evaluate the system's compliance with the business requirements and verify if it is has met the required criteria for delivery to end users. +Acceptance testing is a testing technique performed to determine whether or not the software system has met the requirement specifications. The main purpose of this test is to evaluate the system's compliance with the business requirements and verify if 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.