Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/pages/agile/acceptance-testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/)