erwinqxy / pe

0 stars 0 forks source link

Incorrect expected result #8

Open erwinqxy opened 3 years ago

erwinqxy commented 3 years ago

Reference from DG: Screenshot 2021-11-12 at 5.03.34 PM.png

Steps to reproduce: Enter friend --name Marcus or Enter friend --add

Expected: No friend is added.

Recieve: Unknown friend flag or FRIEND_ID cannot be empty or Unknown friend flag

Screenshot 2021-11-12 at 5.07.09 PM.png Screenshot 2021-11-12 at 5.07.19 PM.png Screenshot 2021-11-12 at 5.06.49 PM.png

nus-pe-bot commented 3 years ago

Team's Response

Rationale

Expected is referring to the expected behavior, not the expected command error message.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: The reason why I am highlighting this is that the Expected here is vague which may mislead the user expecting to see the expected result of those commands.

Screenshot 2021-11-17 at 12.45.06 AM.png

As a user, reading the documentation, Expected: No friend is added. can be regarded as a possible output which will be something that I will be expecting. As such, I argue that this is a functionality bug as it can be seen as not working as specified/expected as the No friend is added. indicated was not the actual results shown in my screenshots.

If the team wants to argue that it is referring to the expected behavior, perhaps they could have indicated it in the documentation. Expected Output vs Expected Behvaior instead of Expected. Thanks.