seleniumuitests
This project is created for testing a web app. Attached is a file containing my Test Scenarios and Cases
Prerequisites
Chrome Browser Must be Installed
To run the tests ChromeDriver must be installed
To install on Mac open a Terminal and typebrew install chromedriver
To install on Linux open a Terminal and type sudo apt-get install chromium-chromedriver
pleae note that chromedriver has to be on the system path
For More Info on chromedriver and how to install for other Operating Systems visit chrome driver website.