daknam2001 / pe

0 stars 0 forks source link

Inconsistent error messages when date input is invalid #5

Open daknam2001 opened 2 years ago

daknam2001 commented 2 years ago

image.png

Both error messages should say "Date is invalid!"

nus-pe-script commented 2 years ago

Team's Response

No, this works as intended.

First date input only has 7 numbers when expect 8 numbers, so "Invalid input detected" error message is shown, and the format error message is also shown to remind the user to use the format as specified in the UG (see below), which states that date should be 8 numbers long.

Screenshot 2021-11-15 at 1.42.03 AM.png

Second date input has 8 numbers but the date does not exist, so " [*] Date is invalid!" error message is shown.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]