This project demonstrates end-to-end automation testing on the Flipkart website using Python + Selenium. The goal is to validate key user journeys such as product search, filtering, adding to cart, and more.
- Language: Python π
- Framework: Selenium WebDriver π
- Browser: Chrome / Chromium
- Tools: VS Code
-
Product Search Functionality π
- Automated search for products using the Flipkart search bar.
-
Product Selection βοΈ
- Select a product from the results.
-
Filter (High β Low) π½
- Applied sorting filters to verify functionality.
-
Scrolling (Up & Down Navigation) β¬οΈβ¬οΈ
- Smooth navigation across the page to validate infinite scroll & element loading.
-
Add to Cart π
- Automated adding selected product(s) to the cart.
-
Pincode Input Validation π
- Verified delivery availability functionality by entering pin codes.
-
Save / Remove from Cart β
- Tested saving an item to the cart and removing it.