Difference between acceptance test and functional test?

前端 未结 11 1968
谎友^
谎友^ 2020-12-07 06:30

What is the real difference between acceptance tests and functional tests?

What are the highlights or aims of each? Everywhere I read they are ambiguously similar.

11条回答
  •  渐次进展
    2020-12-07 07:25

    Acceptance testing is just testing carried out by the client, and includes other kinds of testing:

    • Functional testing: "this button doesn't work"
    • Non-functional testing: "this page works but is too slow"

    For functional testing vs non-functional testing (their subtypes) - see my answer to this SO question.

提交回复
热议问题