TC 03 ‐ Add and remove product from cart - denhoefel/EcommerceSeleniumProject GitHub Wiki
Description
This test case verifies the functionality of adding and removing a product from the shopping cart on the website. The steps outline the process of adding a product to the cart, verifying its addition, and then removing the product from the cart, validating its removal.
Environment
http://www.automationpractice.pl/index.php
Test Data
Product: "Faded Short Sleeve T-shirts"
Test Script
Given the user is on the homepage When the user searches for the product "Blouse" in the search bar And the user clicks the Search button Then the user should be redirected to the search results page And the user should see the product "Blouse" in the search results
When the user clicks on the product "Blouse" Then the user should be redirected to the product detail page When the user selects the "M" size button Then the product be in stock When the user clicks the Add to cart button Then the product should be added to the shopping cart And a confirmation message "Product successfully added to your shopping cart" should be displayed When the user clicks on the Cart button Then the user should see the product "Blouse" in the cart When the user clicks the Delete (x) icon next to the product in the cart Then the product should be removed from the shopping cart And the cart should be empty And a message "Your shopping cart is empty" should be displayed