Difference between revisions of "Dogtail"
(Added Debian link) |
(Added Python link) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
|Homepage URL=https://fedorahosted.org/dogtail/ | |Homepage URL=https://fedorahosted.org/dogtail/ | ||
|User level=none | |User level=none | ||
+ | |Is High Priority Project=No | ||
|VCS checkout command=git clone git://git.fedorahosted.org/git/dogtail.git | |VCS checkout command=git clone git://git.fedorahosted.org/git/dogtail.git | ||
|Computer languages=Python | |Computer languages=Python | ||
|Documentation note=User documentation at https://fedorahosted.org/dogtail/. | |Documentation note=User documentation at https://fedorahosted.org/dogtail/. | ||
API documentation at https://vhumpa.fedorapeople.org/dogtail/epydoc/. | API documentation at https://vhumpa.fedorapeople.org/dogtail/epydoc/. | ||
+ | |Decommissioned/Obsolete=No | ||
|Accepts cryptocurrency donations=No | |Accepts cryptocurrency donations=No | ||
|IRC help=irc://irc.freenode.net/dogtail | |IRC help=irc://irc.freenode.net/dogtail | ||
Line 20: | Line 22: | ||
|Version status=beta | |Version status=beta | ||
|Version download=https://fedorahosted.org/released/dogtail/dogtail-0.9.0.tar.gz | |Version download=https://fedorahosted.org/released/dogtail/dogtail-0.9.0.tar.gz | ||
+ | |Test entry=No | ||
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date=2018/ | + | |Last review date=2018/04/17 |
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
|Is GNU=No | |Is GNU=No | ||
Line 37: | Line 40: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience=Debian | + | |Resource audience=Python (Ref) |
− | |Resource URL= | + | |Resource URL=https://pypi.org/project/dogtail |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Debian (Ref) | ||
+ | |Resource URL=https://tracker.debian.org/pkg/dogtail | ||
}} | }} | ||
{{Resource | {{Resource |
Latest revision as of 13:40, 17 April 2018
dogtail
https://fedorahosted.org/dogtail/
A Python package for testing GUIs
dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program. dogtail has a number of features that aid in the automation and testing of desktop applications. These include:
- Scripts written in Python - Since dogtail uses Python as its scripting language, scriptwriters gain enormous power and flexibility in what they can do with dogtail. If you can do it in Python, you can do it with dogtail.
- Procedural API - A procedural scripting API allows for fast and easy blackbox tests to be written. Ace programmer credentials are not necessary to write useful automated scripts.
- Easily Extensible - dogtail is object oriented "under the covers" so more advanced users can write custom classes and helper libraries simply.
- Results and debug reporting - Test case comparisons are written to a tab-delimited results file for easy processing. Debug information is written to its own log for detailed analysis of what happened during script execution.
Documentation
User documentation at https://fedorahosted.org/dogtail/.API documentation at https://vhumpa.fedorapeople.org/dogtail/epydoc/.
IRC Help channel
- irc://irc.freenode.net/dogtail
IRC development channel
- irc://irc.freenode.net/dogtail
Download
https://fedorahosted.org/released/dogtail/dogtail-0.9.0.tar.gz
version 0.9.0
(beta)
released on 16 April 2014
VCS Checkout
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Vitezslav Humpa | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Bug Tracking | Homepage | https://fedorahosted.org/dogtail/ |
Developer | Mailing List Info/Archive | http://mail.gnome.org/mailman/listinfo/dogtail-devel-list |
Help,Support | Mailing List Info/Archive | http://mail.gnome.org/mailman/listinfo/dogtail-list |
Debian (Ref) | https://tracker.debian.org/pkg/dogtail | |
Python (Ref) | https://pypi.org/project/dogtail |
Software prerequisites
This entry (in part or in whole) was last reviewed on 17 April 2018.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.