Scripts written in Python. To Run this project
- Download Project from Github
- Run this project on PyCharm
- Run TestHomePageLinks.py file or Run TestSuit.py file directly from the pyCharm (Both file gives the same result)
- If you find any error, Please make sure you have selenium,UnitTest,pip installed in Pycharm
- To add those framework, Go to Project – > Project Interpreter and add by clicking '+'
Note : If you are using mac with Catalina OS, you might see chrome driver error while running program. To resolve the error:
- Go to BaseClass folder and run
xattr -d com.apple.quarantine chromedriver
using Terminal