Multiple choice technology testing

Which of the following is true of acceptance testing?

  1. A goal of acceptance testing is to stress-test the system.

  2. A goal of acceptance testing is to establish confidence in the system.

  3. Acceptance testing is performed by technical staff.

  4. Acceptance testing is only used to address functionality issues within the system

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Acceptance testing's primary goal is to establish confidence that the system meets business requirements and is ready for deployment. It is typically performed by users or customers, not technical staff (making C wrong). Option A is incorrect because stress testing is a separate performance testing activity. Option D is wrong because acceptance testing addresses both functional and non-functional requirements.