🤖 Selenium Browser Automation Practice 📌 Overview This project demonstrates basic browser automation using Selenium WebDriver with Python. The goal of this assignment was to gain hands-on experience ...
saucedemo_automation/ │ ├── tests/ # Test modules │ ├── __init__.py │ ├── test_login.py # 10 login test cases │ ├── test_products.py # 11 product test cases │ ├── test_cart.py # 10 cart test cases │ ...