Skip to content

This project website automation framework design in python unit test

License

Notifications You must be signed in to change notification settings

govind794/Python-Website-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages