This is a Selenium + Python test framework using the Page Object Model (POM), designed to automate testing for the Python official website's search functionality.
- ✅ Automated UI testing using Selenium
- ✅ Page Object Model (POM) architecture for modular & maintainable tests
- ✅ Tests the search functionality on the Python website
- ✅ Automatically verifies if search results are displayed correctly
- Python 3.x
- Selenium 4.x
- Unittest (Python built-in test framework)
- Page Object Model (POM) design pattern
Ensure you have Python installed, then run:
pip install selenium