
In the DG, under Instructions for Manual Testing for Delete Command, for test case 2, I understand that the pre-requisites are less than 20 entries added into the program. However, I think the error prompt message output is incorrect.
In the main program, I have 5 listed entries. Thus, when input is: /delete 20, output is as follows:

This seems accurate. However, it differs from the Expected Output in the DG as it states "Please specify a valid integer from 1 to 2147483647!" This unfortunately does not seem to be the accurate output message.
In the DG, under Instructions for Manual Testing for Delete Command, for test case 2, I understand that the pre-requisites are less than 20 entries added into the program. However, I think the error prompt message output is incorrect.
In the main program, I have 5 listed entries. Thus, when input is: /delete 20, output is as follows:
This seems accurate. However, it differs from the Expected Output in the DG as it states "Please specify a valid integer from 1 to 2147483647!" This unfortunately does not seem to be the accurate output message.