Isa Costa
Isa Costa
**Bug description:** In the Onboarding, the program doesn't allow the user to continue to the next page if the required fields are blank. However, on any page, when you complete...
**Bug description:** The program allows the user to input 0 as a Height value **Expected behavior:** The program should only validate the Height if it's not null or 0, since...
**Bug description:** The program allows the user to input 0 as a Weight value **Expected behavior:** The program should only validate the weight if it's not null or 0. Also,...
**Bug description:** The program accepts a birth date that is later than the current date. This allows users to input a future birth date, which shouldn't be allowed. **Expected behavior:**...
# Issues Addressed The following three related issues were worked on, enabling incremental development using TDD: [#244](https://github.com/simonoppowa/OpenNutriTracker/issues/244): Accept decimal values with dot or comma in the weight field. [#200](https://github.com/simonoppowa/OpenNutriTracker/issues/200): Prevent...
This pull request introduce Condition Coverage for the validateHeight() To ensure verification of logical decisions, we applied the Modified Condition/Decision Coverage (MC/DC) method during white-box testing. **Method Tested:** validateHeight **Class...
This pull request introduce White-Box Tests - Condition Coverage for the getLocalName() To ensure verification of logical decisions, we applied the Modified Condition/Decision Coverage (MC/DC) method during white-box testing. **Method...
**description:** Adds automated tests for the first page of the onboarding flow. **coverage:** 1. Checks if the Privacy Policy checkbox is required before proceeding: - verifies if the widgets are...