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 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.