iKozay / RentACar

Apache License 2.0
2 stars 3 forks source link

AT-4.2 CRUD User Management #270

Open iKozay opened 8 months ago

iKozay commented 8 months ago

This test related to #16

Description:

This test verifies that the system administrator can create and delete users profiles. Steps:

Create User:

  1. Given the system administrator is logged in,
  2. When the administrator navigates to the user creation section,
  3. Then the administrator should be able to fill in the necessary details such as full name, date of birth, email and phone number.
  4. And upon submission, a new user should be successfully created in the system.

Delete User:

  1. Given the system administrator is logged in,
  2. When the administrator selects a user to delete,
  3. Then the administrator should be able to remove the user from the system.
  4. And upon deletion, the user should no longer be displayed in the system.

Expected Outcome: