iKozay / RentACar

Apache License 2.0
2 stars 3 forks source link

AT-5.2 CRUD Vehicles #272

Closed AbdelrahmanWM closed 7 months ago

AbdelrahmanWM commented 8 months ago

Test Related to #30

Description:

This test verifies that the system administrator can view and create vehicles.

Steps:

View Vehicle:

  1. Given the system administrator is logged in,
  2. When the administrator navigates to the admin dashboard > vehicles section,
  3. Then the administrator will find a list of vehicles > click on any vehicle.
  4. The vehicle info will be displayed along with update and delete buttons.

Create Vehicle:

  1. Go back to vehicles.
  2. A create button, alongside with a minimize button should be visible on the right.
  3. Click on the create button; a form will be displayed.
  4. Add accurate data and submit; a new vehicle should be created successfully.

Expected Outcome:

Mohadgb commented 7 months ago

Completed