APZH / pe

0 stars 0 forks source link

Allows me to guess a number appended with alphabets behind for the guessing game #7

Open APZH opened 2 years ago

APZH commented 2 years ago

image.png

As shown in the image above, I was able to append the first few letters of the alphabet after an integer 1, and it was still accepted as a valid input by the program when playing the "guess the number game".

soc-se-bot commented 2 years ago

Team's Response

Hi, thank you for your advice. However, only the first parameter will be taken. It is highlighted in UG (graph1). pe-2.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I understand that it was mentioned in the UG, but I think from a User's perspective, it would be better to have some appropriate error to inform the user that they are only allowed to enter a single number, in a situation where the user enters an invalid command. Hence, there could be more sanitisation of the user's input for the game.