Closed Tymisko closed 1 year ago
First, we will write unit tests for the input validation, and according to them we will implement UserInputValidation.
For each invalid input we should display an error message to the user, which input validation rule he violated and ask them to enter the data again.
As we interact with users, it's crucial to validate the user input to ensure that it's in the expected format and within the expected range. Incorrect user input can lead to bugs, errors, or even security vulnerabilities. In this task, we'll create a user input validation system for our application.
Tasks include:
Acceptance Criteria: