Shivam23Thaman/POM-Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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:
1. Install pytest, Selenium python bindings.
2. In pages/{filename} and tests/{filename} change the path in sys.path.append to wherever you have the project files.
3. In CMD or terminal from tests folder, type following command:
py.test -v -s filename.py