An open API service indexing awesome lists of open source software.

https://github.com/jmsdaq/behave-py

Behavior-driven testing with Selenium in Python
https://github.com/jmsdaq/behave-py

bdd-framework behave page-object-model python selenium-webdriver

Last synced: 10 days ago
JSON representation

Behavior-driven testing with Selenium in Python

Awesome Lists containing this project

README

          

# 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.