nagiteja / pe

0 stars 0 forks source link

Infinite loop #7

Open nagiteja opened 3 years ago

nagiteja commented 3 years ago

image.png

As you can see in the image, I am not sure why but I'm not able to exit this even after inputting what i'm supposed to input.

nus-pe-bot commented 3 years ago

Team's Response

The usage of the menu is not correct. When 'n' is entered after being prompted "Do you mean xxx (y/n)", the application recognises that the input is not what it guessed. Hence, the error message is returned.

Since 'n' is not a valid command, simply typing it in the menu will result in an error message.

The behaviour is as expected.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Even if this is the intended behaviour then the user has to have the option to exit this loop. The only way to exit this loop would be by restarting the entire application which is not efficient and is quite detrimental to the way this application works. Hope this makes it clear. Thanks


:question: Issue severity

Team chose [severity.VeryLow] Originally [severity.High]

Reason for disagreement: This affects the way the program runs hence it cannot be very low.