IshaaanVyas / pe

0 stars 0 forks source link

If I enter a long enough number for the salary, the program doesn't respond. #8

Open IshaaanVyas opened 2 years ago

IshaaanVyas commented 2 years ago

image.png

I get no response from the application when I enter such a long number, as a user I'm quite confused as to what is happening as there has been no acknowledgement from the application.

soc-pe-bot commented 2 years ago

Team's Response

The program will continue once you press enter. The program assumes that you have more things to type in since your employee earns that much money.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I do not understand what the team means by "the program assumes you have more things to type in since your employee earns that much money", the UG also doesn't mention anything about the program behaving differently if the employee earns too much money.

The issue is that after typing the command, the program does not do anything until I press another enter, upon pressing enter it says "I do not recognise the input."

Since there is no mention of it in the user guide, a new user can confuse it for thinking the program has hanged.

image.png

Here the program did not respond until I typed in enter. (the issue here isn't that the command is being called invalid, its that there is no response from the application and the user would not know to press enter and might think the application is frozen)