This project implements an end-to-end automated testing framework for the Saucedemo E-commerce Website using Python, Selenium, and Pytest. It validates core functionalities like authentication, ...
ParaBank_Testing/ │── Data/ # Test data files (JSON, CSV, etc.) │── Page_Pom/ # Page Object Model classes │── Reports/ # Test execution reports │── Tests/ # Test cases │ ├── Positive_Testing/ │ ├── ...