Add PyAutoGUI model at Testing Frameworks

[PyAutoGUI](https://github.com/asweigart/pyautogui) - 
A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. Eventually it would be great to offer the same type of features that [Sikuli](http://www.sikuli.org) offers.
This commit is contained in:
Junjie Tao 2015-08-11 10:41:12 +08:00
parent 5732b0a0c5
commit b8ba7a3f1d
1 changed files with 1 additions and 0 deletions

View File

@ -849,6 +849,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](http://vowsjs.org/).
* [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
* [PyAutoGUI](https://github.com/asweigart/pyautogui) - A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. Eventually it would be great to offer the same type of features that [Sikuli](http://www.sikuli.org) offers.
* Web Testing
* [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
* [splinter](http://splinter.cobrateam.info/) - Open source tool for testing web applications.