Framework: Selenium + Python + Pytest
- pages → Page Object Model classes
- tests → Test cases
- utils → Driver setup, logging, utilities
- reports → HTML test reports
- data → Test data files
- Login Module
- Batch Upload Module
- Basic Navigation Test
pytest -v
pytest --html=reports/report.html
Framework: Selenium + Python + Pytest
- pages → Page Object Model classes
- tests → Test cases
- utils → Driver setup, logging, utilities
- reports → HTML test reports
- data → Test data files
- Login Module
- Batch Upload Module
- Basic Navigation Test
pytest -v
pytest --html=reports/report.html