Managed Projects

pytaf

  Analyzed 3 months ago

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]

878 lines of code

0 current contributors

about 13 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

py-selenium-layers

  Analyzed 3 months ago

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]

1.64K lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

pytaf26

  Analyzed 3 months ago

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 ...

1.12K lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This