Your team analyzes the following user story in order to define the acceptance criteria: As a registered customer, I want to be able to view my previous orders on the company's website, so that I can keep track of my purchases. Which of the following test cases will NOT be relevant for this user story?

ProjectDevelopment effortTest effort
($)($)
P1800,000 40,000
P21,200,000 130,000
P3600,000 70,000
P41,000,000 120,000

選択肢

A.Input: the customer logs into their account on the website and clicks the “see order history” button Expected output: the system shows a list of all the customer’s previous orders, including the date, order number, and total cost
B.Input: the customer clicks on an order from the order list Expected output: the system displays the individual items purchased, along with their prices and quantities
C.Input: the customer clicks “Sort ascending” button on the order history screen Expected output: the system shows the order history sorted by order number in ascending order
D.Input: an unregistered customer registers as a new customer with a valid e-mail address that does not already exist in the customer database Expected output: the system accepts the registration and creates the account

正解

D: Input: an unregistered customer registers as a new customer with a valid e-mail address that does not already exist in the customer database Expected output: the system accepts the registration and creates the account

この試験の他の問題