Bug 496 - No error message upon invalid commands on Windows 10
Summary: No error message upon invalid commands on Windows 10
Status: RESOLVED FIXED
Alias: None
Product: Group 4
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: PC Windows
: Lowest enhancement
Deadline: 2020-11-07
Assignee: Paton
URL:
Depends on:
Blocks:
 
Reported: 2020-11-28 18:34 HKT by kykao2-c
Modified: 2020-11-28 18:36 HKT (History)
4 users (show)

See Also:


Attachments
No error message upon invalid commands (17.93 KB, image/png)
2020-11-28 18:34 HKT, kykao2-c
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kykao2-c 2020-11-28 18:34:09 HKT
Created attachment 60 [details]
No error message upon invalid commands

The program does not remind the user of an incorrect command whenever one is received. This lowers the responsiveness of the program, which may confuse the user that the program has malfunctioned.

Device specification:
Windows 10 version 20H2 build number 10.0.19042 [Device: HP Spectre x360 13]

Severity: enhancement

Steps to reproduce the bug: 
input:  1. "deleteDatabase"
     or 2. "checkAdmin"
*output:   /

Observation:
*: The program does not give any output.

Expectation:
The expected output is to return an error message regarding invalid command to users.

Example:
input:  1. "deleteDatabase"
output:   "Invalid command."
        2. "checkAdmin"
output:   "Invalid command."

Solution:
Add an error-handling message whenever an invalid command is received.
Comment 1 Paton 2020-11-28 18:36:37 HKT
Bug fixed. Now the program returns an error message to remind users of invalid commands.

Example:
input:  "checkAdmin"
output: "Incorrect command."

- Paton