wtccjava / CSC256PublicChangeMgmt

Repo for using Issues to track changes
0 stars 65 forks source link

mtbarker4 #36

Open mtbarker opened 5 years ago

mtbarker commented 5 years ago

Describe the bug When inputting alphabetical characters into the month 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 Behavioral error

Severity Fatal

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 appropriate year
  3. Press enter
  4. When prompted to enter the month of birth, enter alphabetical value
  5. 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