yosefconsolacion / IPIS

APIS (Automated Patient Information System) aims to create a central patient information and monitoring system that will enable efficient and reliable operations in providing services to hospital patients.
0 stars 3 forks source link

Test Case 1-2: Part 2 Adding patient info (invalid input of names with numbers show INCORRECT prompt details) #14

Closed jloreanlopez closed 10 years ago

jloreanlopez commented 10 years ago

In the main menu screen,

  1. Select the ADD PATIENT INFORMATION option
  2. Fill out all fields First Name: “1Juan” Middle Initial: “2” Last Name: “Dela Cruz3” Sex: “M” City: “Manila” Birthday: “01/20/1994”
  3. Click the ADD PATIENT button

*As you can see, the patient is not added and an error message/prompt is shown. However, some details in the error message seem to be incorrect as i have inputted correct data for the date of birth and city.

Was the error message intended to show all the "rules" for the user to follow and not necessarily for the specific errors the user has committed?

incorrect error message

ongj commented 10 years ago

the prompts are to display all the rules, if ever there are incorrect inputs. should we change it?

jloreanlopez commented 10 years ago

i think the user will be confused especially if the error prompt says there's an error in the city when there is actually none.

Stating all the rules would be okay. Maybe you can put: "Please be guided that: " but in terms of telling the user there is an error in a certain area when there is not is not okay.

ongj commented 10 years ago

ok fixed :+1: