Skip to content

Automated Web Testing Framework using Selenium and Python | Includes login, add-to-cart, and search automation with pytest HTML reports.

Notifications You must be signed in to change notification settings

nadish05/selenium-web-testing-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Selenium Web Testing Framework

Overview

Enhanced Selenium automation framework with additional test cases for Add-to-Cart and Search functionalities on a demo e-commerce website.

Steps to Run

  1. Install dependencies:
    pip install -r requirements.txt
  2. Run tests and generate report:
    pytest --html=reports/report.html

Features

  • Valid and invalid login test cases.
  • Add-to-Cart functionality validation.
  • Search product verification.
  • Pytest-based automation with HTML reports.

About

Automated Web Testing Framework using Selenium and Python | Includes login, add-to-cart, and search automation with pytest HTML reports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published