mtbarker / CSC256PublicChangeMgmt

0 stars 0 forks source link

mtbarker2 #3

Closed mtbarker closed 5 years ago

mtbarker commented 5 years ago

Describe the bug When inputting alphabetical characters into the year input, instead of numeric values, it returns a ValueError and causes the program to crash.

Program CSC256PUBLICCHANGEDOC / 9-28-2019 / 12:00PM

Component full_retirement_age_calculator_app.py

Error Type Fatal error

Severity Fatal, Severe, Minor, Nuisance.

Priority TBD

State Test

To Reproduce

  1. Run the full_retirement_age_calculator_app.py
  2. When prompted to enter a year of birth, input alphabetical characters instead
  3. Press enter

Expected behavior When a Value is entered that is not numeric, there should be a input validation, instead of crashing the program have an input validation show “Invalid input” and allow the user to try again.

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Assigned Unassigned

Defect Type For ODC later.
One of

Defect Trigger For ODC later. One of

Defect Impact For ODC later. One of

mtbarker commented 5 years ago

fix completed