-
Notifications
You must be signed in to change notification settings - Fork 2
Demo Plan
yuvve edited this page Feb 29, 2024
·
9 revisions
- Create additional customers:
- Create multiple orders for every customer (cart + some confirmed orders).
- Prepare an image to be used for a new product.
- Register new user
[email protected]
. - Edit profile.
- Show that the profile changed.
- Add some (at least 3) products to cart, with different amounts each. Try to add more than available in stock.
- Go to cart:
- Increase the amount of one product.
- Decrease the amount of another product to 0.
- Leave one product unchanged.
- Update cart.
- Checkout.
- Repeat step 4.
- Logout.
- Login as manager
[email protected]
. - Show role separation is working:
- Open customer view list.
- Try to remove a customer (should not work).
- Manage orders:
- Change order status of
[email protected]
.
- Change order status of
- Add a product with prepared image.
- Change a product (not in cart): change all fields except image
- Change a product (in cart): change all fields except image
- Logout
- Login as the first customer again (
[email protected]
). - Show that the old cart is loaded in.
- View orders, see that the status changed by the manager is updated.
- Add a newly added product to cart.
- Add a newly changed product to cart.
- Checkout.
- Go to orders.
- Logout.
- login as admin
[email protected]
. - Show role separation is working:
- Open customer view list.
- Remove the customer we registered before (
[email protected]
). - Change the information of
[email protected]
.
- Logout.
- Try to login as the deleted customer.