Follow https://youtu.be/Zq9gff4nb9w
Criteria acceptance:
-
Save user data: Given a user with his name and valid email When the user send his data to the system Then the system must save the user data
-
Save user data: validate user data: Given a user data with his name and invalid email When the user send his data to the system Then the system must return error validation message as "the email must be like 'john.doe@mail.com'"
- Show all users: Given users in the system When a user wants to see all the users in the system Then the system must show all the users data
- Update user data Given a user with his name and valid email When the user send his data to the system for update Then the system must update only the user data
- Delete user data Given a user registered in the system When the user sends a request to delete his data Then the system must delete the user data