nataniayp / pe

0 stars 0 forks source link

Long input value for integers #6

Open nataniayp opened 2 years ago

nataniayp commented 2 years ago

image.png

Steps to reproduce:

This is a possible user input that could have been prevented (e.g., by limiting the number of digits entered).

similar bug: user input of '-0' which should have been prevented as well.

nus-pe-bot commented 2 years ago

Team's Response

Result

We are rejecting this bug.

Rationale

This should not be considered a bug since the user does indeed provide correct and valid values to the application (the application only specifies that the value must be within 0 - 10 and 000001 is indeed within 0 - 10). Hence, it does not make much sense to explicitly reject valid values from the user unnecessarily.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]