This README would normally
Automation testing for the CRM Application.
—> Initially clone from the Webtest repository using $ git clone https://github.com/saibharath9999/CRM.git
—> Need Python3 for running automation.
—> Install selenium from terminal using $ pip install selenium.
—> Install web driver from terminal using $ pip install webdriver.
—> Download chrome driver and set the path of driver in code, If automation needs to run on Google chrome.
—> Use any of the IDLE for running the tests or from terminal use $ python file_name.py.