User Registration
- When the user clicks on the registration link, system should re-direct to registration form.
- User to fill the basic attributes:
First Name
Last Name
DoB
Gender
Contact Number
Email
User Id
Password
- Clicking ‘Submit’ button should validate the datatype constraints for each field.
- User failing to provide information for the mandatory fields be presented with an alert message – ‘Please update the highlighted mandatory field(s).’ Also, highlight the missed out field in red
- Post-successful field validation, save the information in the database
- Upon saving the information in the database, display the message “New user created successfully”