This project is a comprehensive Selenium test automation framework utilizing Behave BDD and the Page Object Model (POM). It automates functional tests for the SauceDemo e-commerce website, ensuring ...
Automation_Indee_Test/ │── base_pages/ # Page Object Model classes │ ├── base_page.py │ ├── login_and_upload_page.py │ │── configuration/ # Configuration files │ ├── config.ini │ │── features/ # BDD ...