Multiple choice technology testing

Which of the following is NOT a characteristic of User Acceptance Testing?

  1. Use of automated test execution tools.

  2. Testing performed by users.

  3. Testing against acceptance test criteria.

  4. Integration of system with user documentation.

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

User Acceptance Testing is primarily manual testing performed by actual end users to verify the system meets business requirements. Automated test execution tools are NOT a characteristic of UAT. UAT involves users testing (B), testing against acceptance criteria (C), and integrating the system with user documentation (D).