From ebd983b1f6bbe7a94e0ad2b827d80ccf52dce3c4 Mon Sep 17 00:00:00 2001 From: Ashishkhakurel <44515939+Ashishkhakurel@users.noreply.github.com> Date: Sat, 27 Oct 2018 19:03:08 +0545 Subject: [PATCH] Update index.md --- src/pages/agile/acceptance-testing/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/agile/acceptance-testing/index.md b/src/pages/agile/acceptance-testing/index.md index de0e558d4c8..27785380ebd 100644 --- a/src/pages/agile/acceptance-testing/index.md +++ b/src/pages/agile/acceptance-testing/index.md @@ -15,6 +15,7 @@ There are various forms of acceptance testing: ->Alpha Testing ->Beta Testing +->Theta testing #Acceptance Criteria Acceptance criteria are defined on the basis of the following attributes @@ -125,6 +126,6 @@ A good way of defining which acceptance tests should be written is to add accept In an Agile project it is important for the team to have acceptance criteria defined for all user stories. The Acceptance Testing work will use the defined criteria for evaluating the delivered functionality. When a story can pass all acceptance criteria it is complete. Acceptance testing can also validate if a completed epic/story/task fulfills the defined acceptance criteria. In contrast to definition of done, this criteria can cover specific business cases that the team wants to solve. This provides a good measurement of work quality. - +# my changes #### More Information: - [International Software Testing Qualifications Board](http://www.istqb.org/)