This project automates the testing of an e-commerce website using Selenium WebDriver with Java. The test cases cover various functionalities such as login, applying filters, adding products to the cart, checkout, and logout.
TestCase01: Verify Login Functionality This test case verifies that the login functionality works correctly.
TestCase02: Applying Filter Functionality This test case applies a filter to the products and checks if they are displayed in ascending order of price.
TestCase03: Add to Cart Functionality This test case adds products to the cart and verifies the functionality.
TestCase04: Checkout Functionality This test case performs the checkout process.
TestCase05: Verify Logout Functionality This test case verifies that the logout functionality works correctly.