Pytaf is a test automation framework designed for simplicity and ease of use. Using JSON configuration files, this lightweight, general-purpose test harness can execute any and all Python 3 methods. The driver hands over the configuration to the method and collects the results. Everything in between
... [More] is open and unrestricted. While there are plenty of test approaches available in Python, sometimes you just want to do your own thing your own way. Pytaf is intended to help you do just that. The Pytaf project does come with sample code showing some ways of using it - including HTTP and Selenium WebDriver tests - as well as a complete README, but you can also make up your own guidelines at will. The only requirement is the format of the JSON configuration file, and the return tuple (bool,str) [Less]
It often seems to be the case that some websites work better with one version of Selenium than the other. this project makes it easy to switch between the two competing versions of Selenium (using their python bindings)
The purpose of py-selenium-layers is to be able to use a common Api in order
... [More] to run the same test code using either Selenium RC or WebDriver, based on a command-line switch. [Less]
PyTAF is a general purpose python test automation framework, version for python 2.6, useful for running any and all kinds of tests, including web, api, firmware, etc ...
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy