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
- Host: GitHub
- URL: https://github.com/jmsdaq/behave-py
- Owner: jmsdaq
- Created: 2024-09-21T13:32:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T05:26:34.000Z (over 1 year ago)
- Last Synced: 2025-01-17T07:45:11.424Z (over 1 year ago)
- Topics: bdd-framework, behave, page-object-model, python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.