mounilsankar / pe

0 stars 0 forks source link

When index number is too big, app says the number is invalid #5

Open mounilsankar opened 7 months ago

mounilsankar commented 7 months ago

The ug mentions that the index for the delete command should be a positive integer. However when the integer is bigger than MAX_INT, the app says that the index is invalid

To reproduce:

  1. Type in delete 21012321031203
  2. The app shows an error message as shown below Screenshot 2023-11-17 at 4.39.23 PM.png

Possible remedy: Update the user guide such that you inform the user that the index must be less than MAX_INT + 1.

soc-pe-bot commented 7 months ago

Team's Response

Hi, as specified in the PE briefing, extreme values are not considered bugs.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I dont think this can classify as extreme user behaviour. This is simply a mistake on the part of the error message which should be more descriptive. This is also given the fact that the UG says INDEX accepts any positive integer