Acceptance Testing and Software Release

by Nataliia Vasylyna | March 12, 2012 12:30 pm

Acceptance testing is often conducted as the finish sub-stage of software testing to define whether the product should be released.

For successful release you also should clarify:

  1. What are the anticipations of product reliability in client settings if the software product is released now?
  2. What is the proper level of post-release product support?

It happens so that acceptance testing may be a part of system testing, normally the last part that answers the product release questions.

Nevertheless, we differentiate it from regular system testing by the differences in bug fixing possibilities.

For example, in system testing, all main defects will be corrected before product release; at the same time in acceptance testing, the defects will not be corrected because of oncoming product release.

The bugs detected in acceptance testing will be operated with during post-release product support. In practical applications, critical bugs detected in acceptance testing could cause expensive protractions to pre-planned and usually pre-announced product release. The price of such protractions needs to be weighed against the price of delivering a product with main flaws, in order to arrive at a product release decision.

If we are talking about the testing techniques, the ones usable for system testing are all potentially usable for acceptance testing.

But with the emphasis on product release decisions and anticipated post-release product support, usage-based statistical testing[1] techniques are normally favored over traditional black-box testing[2].

Learn more from QATestLab

Related Posts:

Endnotes:
  1. usage-based statistical testing: https://blog.qatestlab.com/2012/01/20/what-is-usage-based-statistical-testing/
  2. black-box testing: https://qatestlab.com/resources/knowledge-center/black-box-testing/
  3. Acceptance Criteria vs Acceptance Test: https://blog.qatestlab.com/2017/04/06/criteria-acceptance-tests/
  4. How to Build Acceptance Tests?: https://blog.qatestlab.com/2015/01/14/how-to-create-efficient-build-acceptance-tests/
  5. Preparation of Acceptance Test Plan: https://blog.qatestlab.com/2011/10/25/the-basis-of-acceptance-test-plan-preparation/

Source URL: https://blog.qatestlab.com/2012/03/12/acceptance-testing-and-software-product-release/