A portfolio-grade UI test automation framework built with Selenium WebDriver, PyTest, and Python using the Page Object Model (POM) design pattern. selenium-pytest-framework/ ├── pages/ # Page Object ...
ai-test-automation-mcp/ │ ├── pages/ # Page Object Model ├── tests/ # Test Cases (UI + API + DB) ├── features/ # BDD Feature Files ├── steps/ # Step Definitions ├── performance/locust/ # Performance ...