This is a test automation project built using Python, unittest, Page Object model (test data -> test case -> page object -> page element -> locator)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Python 3.x
Explain how to run the automated tests for this system
Explain what these tests test and why
Tests python.org search feature. Searches for the word "pycon" then verified that some results show up.
Note that it does not look for any particular text in search results page. This test verifies that the results were not empty.
Coding style uses Page Object Model (test data -> test case -> page object -> page element -> locator)
Add additional notes about how to deploy this on a live system
- Python 3.5
- Firefox 46
- Selenium 2.53.6
NA
NA
- Ashutosh Folane
NA
- http://selenium-python.readthedocs.io
- Inspiration
- etc