Skip to content

ashutoshfolane/python-org-search-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-org-search-automation

This is a test automation project built using Python, unittest, Page Object model (test data -> test case -> page object -> page element -> locator)

Getting Started

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.

Prerequisites

Python 3.x

Running the tests

Explain how to run the automated tests for this system

Run test_case -> python_org_search file

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.

And coding style tests

Coding style uses Page Object Model (test data -> test case -> page object -> page element -> locator)

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Python 3.5
  • Firefox 46
  • Selenium 2.53.6

Contributing

NA

Versioning

NA

Authors

  • Ashutosh Folane

License

NA

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages