dogtail 0.6.0 review

Download
by rbytes.net on

dogtail is the Desktop GUI Tester for Linux. It is a GUI test tool and automation framework written in Python that uses Accessibil

License: GPL (GNU General Public License)
File size: 1677K
Developer: dogtail Team
0 stars award from rbytes.net

dogtail is the Desktop GUI Tester for Linux.

It is a GUI test tool and automation framework written in Python that uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program.

dogtail project is free software released under the GPL. Some example code is released to the Public Domain.

Here are some key features of "dogtail":
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.

Requirements:
AT-SPI-enabled desktop (GNOME at this point in time).
Python 2.3 or higher (available through your distribution).
ImageMagick 6.2 or higher (available through your distribution).
rpm-python or python-apt (available through your distribution).
ElementTree for Python (available through your distribution).
pyspi - Python AT-SPI bindings.

dogtail 0.6.0 search tags