This is a Page Object Model based Automation Testing project that is based on Selenium Webdriver and uses Pytest as the TDD framework.
Steps to use:
- Install pytest, Selenium python bindings.
- In pages/{filename} and tests/{filename} change the path in sys.path.append to wherever you have the project files.
- In CMD or terminal from tests folder, type following command:
py.test -v -s filename.py