rohitratnakumar09 / Python_Selenium_Automation

A python selenium based web automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python_Selenium_Automation

A python seleneium based web automation Description Test Automation Framework using selenium and Python with the below features:

Framework is based on page object model.
Reporting using pytest-html report.
Reading locators from JSON file.
Reading test data from excel file.

Install dependences

Install the depended packages in requirements.txt using pip install -r requirements.txt

Run the test case In order to run the test case after creation, use on of the below commands: pytest

Test Data:

Alt text

Report

Test Case Pass: Alt text

Test Case Fail: Alt text

Report (Zip File):

Alt text

About

A python selenium based web automation


Languages

Language:Python 64.0%Language:HTML 30.3%Language:CSS 5.6%