Exam CTFL All QuestionsBrowse all questions from this exam
Question 59

An iPhone application identifies and counts all purchases of a particular product from a shopping website. The application incorrectly counts purchase attempts by including both failed attempts, and also those where the purchase was terminated by the user before completion. Testing has identified that the problem was located in the purchase identification module, where the first stage in the purchasing process was counted, rather than a successful confirmed purchase.

Which of the following statements correctly identifies what has happened?

    Correct Answer: B

    The situation described indicates that there was an error made by the programmer in the purchase identification module, which led to it incorrectly counting attempts instead of successful purchases. This mistake in the module then caused a defect in the overall application functionality. Therefore, the correct statement would be that an error by the programmer led to a mistake in the purchase identification module and this caused a defect in the application.

Discussion
laraerfOption: C

C #chatgpt