This project tests the key workflows of a banking web app using Selenium and Python.
It includes test automation for login, fund transfer, and account summary features.
- Selenium WebDriver
- Python + PyTest
- GitHub Actions (CI)
- HTML reports
- Secure login
- Transfer funds between accounts
- Account balance summary
pip install -r requirements.txt
pytest test_cases/ --html=report.html