Regression tests project for fakestore (online store). The purpose of the tests is to confirm that the following requirements are met after each update of the system components. According to the requirements, the process is verified from the moment when the product is added to the cart until the payment is made.
- the user has the possibility to add the selected trip to the cart (product page),
- the user has the possibility to add the selected trip to the cart (categories page),
- the user has the possibility to add at least 10 trips to the cart (in total and in combination),
- the user has the possibility to select the number of trips he wants to purchase (product page),
- the user can change the amount of the selected trip (single item) in the cart view,
- the user can delete the trip in the cart view (the entire item),
- the user has the option to make a purchase without creating an account,
- the user can see a summary that includes the order number, date, amount, payment method, name and number of products purchased.