Overview
A Python project demonstrating web scraping and automated testing with Selenium and Pytest. Includes price comparison across sources, parametrized login tests, and automated PDF report generation.
What It Does
- Scrapes prices from multiple sources and computes min/max/avg
- Runs automated login tests (success/failure, parametrized scenarios)
- Generates structured summaries and a PDF report
Technologies Used
Python
Selenium
Pytest
Automated Testing
PDF Generation
What I Learned
- Reliable browser automation patterns
- Parametrized testing and test design
- Reporting pipelines for test results