Shux347 / pe

0 stars 0 forks source link

Inconsistency between UG and DG for delete command #6

Open Shux347 opened 1 week ago

Shux347 commented 1 week ago

Screenshot 2024-11-15 at 5.39.02 PM.png

Screenshot 2024-11-15 at 5.39.28 PM.png

UG states using delete after find but DG states using list command as pre requisite for delete

nus-pe-bot commented 1 week ago

Team's Response

DG illustrates a use case/instructions for manual testing, which is “to give some guidance to the tester to chart a path through the features, and provide some important test inputs the tester can copy-paste into the app” (as per the CS2103T website). The purpose of providing the prerequisite of the list command for the DG is so that the tester is able to see the entire list and then see that the relevant entry gets deleted. That is why the DG states that the test case is for "Deleting a person while all persons are being shown". If not for that, if say the user had used filter and there was only one result, they would not be able to delete a contact at index 2, as there would have been none displayed.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]