A comprehensive test automation framework built with Python, Selenium WebDriver, and Behave for BDD testing. The framework supports both UI and API testing using Behavior-Driven Development (BDD) with ...
src ├─ main │ └─ java │ ├─ driver/ │ │ └─ DriverManager.java # WebDriver init (chrome/firefox/edge) │ ├─ pageObjectModel/ │ │ ├─ LoginPage.java # Login screen actions & locators │ │ ├─ ...