Skip to content

Files

Latest commit

24da688 · Feb 29, 2020

History

History
33 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.16 KB

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