aliciamichellew / pe

0 stars 0 forks source link

Missing invalid example #19

Open aliciamichellew opened 11 months ago

aliciamichellew commented 11 months ago

Your program does not accept very large numbers in the index part: example: 111111112222222333333333

This is still an integer in mathematical notation and not written in the UG as invalid example.

Screenshot 2023-11-17 at 17.40.17.png

nus-pe-script commented 11 months ago

Team's Response

Rejected: For the INDEX parameter, it is explicitly mentioned that only positive integers less than or equals to the number of employees in the list are accepted. Therefore, very large inputs (like 111111112222222333333333) are rejected in the app as well as are not explicitly stated in the examples.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: What if they have 111111112222222333333333 number of employees? You never state how many employees they should have.