rohitcube / pe

0 stars 0 forks source link

No specification of range of formats for date #26

Open rohitcube opened 9 months ago

rohitcube commented 9 months ago

Screenshot 2023-11-17 at 5.14.07 PM.png

No explanation or specification of what range of formats means for dates. I feel this statement makes it harder to test the code because tester is unaware of the difference of what is a correct input and incorrect input

nus-pe-script commented 9 months ago

Team's Response

The reason we did not include the range of formats, as there are a wide range that is accepted. In this case, we included have already included one recommended format that users can always follow.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: Team's response says that "we did not include the range of formats, as there are a wide range that is accepted". The user still does not know what "wide range of formats" means specifically, and as a tester it makes it difficult to test when there is no specification of what format of dates are correct or incorrect.