Difference between revisions of "Acceptance test"

From CNM Wiki
Jump to: navigation, search
Line 1: Line 1:
[[Acceptance test]] (alternatively known as [[user acceptance test]]; hereinafter, the ''Test'') is the derivative from the [[acceptance criteria]] that verifies whether a feature is functional. The test has only two results: pass or fail. [[Acceptance criteria]] usually include one or more [[acceptance test]]s.
+
[[Acceptance test]] (alternatively known as [[user acceptance test]]; hereinafter, the ''Test'') is the derivative from the [[acceptance criteria]] that verifies whether a feature is functional. The test has only two results: pass or fail. [[Acceptance criteria]] usually include one or more ''Tests''.
  
 
Test cases that users employ to judge whether the delivered system is acceptable. Each acceptance test describes a set of system inputs and expected results.
 
Test cases that users employ to judge whether the delivered system is acceptable. Each acceptance test describes a set of system inputs and expected results.

Revision as of 02:16, 29 December 2018

Acceptance test (alternatively known as user acceptance test; hereinafter, the Test) is the derivative from the acceptance criteria that verifies whether a feature is functional. The test has only two results: pass or fail. Acceptance criteria usually include one or more Tests.

Test cases that users employ to judge whether the delivered system is acceptable. Each acceptance test describes a set of system inputs and expected results.


Related coursework