mrweikiat / pe

0 stars 0 forks source link

DG : No test cases specified for boundary test cases, difference in error message #7

Open mrweikiat opened 3 years ago

mrweikiat commented 3 years ago

tried command : edone 1000 Expected: All indexes provided are either invalid or references events that are already completed Actual : All indexes provided are either invalid or references events that are already completed -- same

However, there was no test cases specified for after a certain integer, the error thrown will be different. For eg:

tried command: edone 100000000000 expected: All indexes provided are either invalid or references events that are already completed Actual: Invalid command format

image.png

Expected documentation similar to delete command:

image.png

nus-pe-bot commented 3 years ago

Team's Response

Manual testing is only a start, not meant to be comprehensive and also not meant to include all test cases.

photo_2021-04-19 19.22.44.jpeg

Regarding the error message, 100000000000 exceeds 2,147,483,647 so it is not an index and therefore the error message is correct, since the command is missing an index.

Screenshot 2021-04-19 at 19.24.44.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]