Exam-style question
Try this first
What is the main purpose of acceptance testing with the intended users of a system?.
- A.To ensure that the intended solution meets its specification
- B.To ensure that only boundary data is used
- C.To allow the programmer to avoid testing the implementation
- D.To replace all testing with a written description
Model answer
What a good answer should say
- To ensure that the intended solution meets its specification
Explanation
Why this works
Acceptance testing involves the intended user or users and checks whether the completed solution meets its specification. Evidence of user feedback is required, rather than details of the tests carried out by the end user.
Common mistake
No common mistake is linked to this question yet.
