Multiple choice technology testing

Which of the below defines OAT scope for an application?

  1. Functional Changes for a particular release in the application

  2. All non functional items in the application irrespective of the release

  3. All functional and non functional changes for a particular release in the application

  4. Non functional changes in the application particular to that release

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

OAT (Operational Acceptance Testing) focuses on non-functional testing specific to a release, excluding performance testing which is typically separate. Option D correctly states this scope. Options A and C incorrectly include functional changes, while B incorrectly suggests all non-functional items regardless of release.