Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 493 Bytes

File metadata and controls

10 lines (7 loc) · 493 Bytes

Python UI Testing with Behave, Selenium, WebDriver Manager, and Page Object Model

This project demonstrates UI testing using Behave, Selenium, WebDriver Manager, and the Page Object Model with the Sauce Demo website.

Features

  • Behave for Behavior-Driven Development (BDD).
  • Selenium WebDriver for UI interaction.
  • WebDriver Manager for automatic browser driver management.
  • Page Object Model for organizing Selenium tests in a maintainable way.