Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 834 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 834 Bytes

python-website-automation

This project website automation framework design in python unittest.

###Description Test Automation Framework using selenium and Python with the below features:

  • Framework is based on page object model.
  • Reading locators from this website weathershopper.

Install Setup:

  • Install Python3
  • Install all required packages useing this commend
       pip install -r requirements.txt 
    

###Create new test case:

####TestCase:

  • test_Homepage
  • test_AddToCartAndPayment

###Run the test case:

  • Run test case so go in TestCase Folder and run in PyCharm 'TestRunner.py' file and after test case complate run and check log file in Logs folder.