siewyangzhi / pe

0 stars 0 forks source link

Lack of error message when entering a space after all command #7

Open siewyangzhi opened 2 years ago

siewyangzhi commented 2 years ago

Description: No error message was thrown after the user enters a space when prompt to enter one of the 4 options after entering the all command.

Steps to recreate the problem:

  1. Enter the all command.
  2. When prompted to enter 1-4, enter space instead.

Expected: Please enter 1,2,3 or 4!

Actual: Nothing happens with no Error message as seen below.

image.png

nus-se-bot commented 2 years ago

Team's Response

The program gives user an option to type 1, 2, 3, or 4 even after typing space. You can see the exception handling with error messages on other necessary inputs. You can still type the corresponding number after entering space.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]