-
Notifications
You must be signed in to change notification settings - Fork 0
Test Report
Saruj Sattayanurak edited this page Oct 21, 2021
·
7 revisions
| Title | Age calculation -> Function not throw any exception once get invalid input |
|---|---|
| Step to reproduce | pass invalid date to function calcAge such as 10-13-2000, 10-12-2030, 0-10-1000 and more |
| Expected Result | The function must throw an error message "you are using invalid date" |
| Actual Result | The function did not throw an error message |
| Test Environment | macOS Catalina version 10.15.7 |
| Priority | medium |
| Type | Functional |