tjch-o / pe

0 stars 0 forks source link

Not accurate error message for deleting #5

Open tjch-o opened 1 year ago

tjch-o commented 1 year ago

When I test the delete command with a number that is very large such as delete 1000000000000000 the error message should be index out of range rather than it is not of type positive integer especially when 1000000000000000 is a positive integer.

image.png

nus-pe-bot commented 1 year ago

Team's Response

As seen in the CS2103T website below, this is caused by extreme behaviour.

image.png

Also, in our NFR, we stated that this application's scalability would only be up to 1000 for the time being, hence such a number will never be used.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]