Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 0b9f4a637bc36b2b21fb4420c2b914e3 > files > 58

dogtail-0.6.1-4.el5.noarch.rpm

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.


News
====

See NEWS file.


Installation
============

See INSTALL file.


Dependencies
============

pyspi 0.6.0 or newer:
  http://people.redhat.com/zcerza/dogtail/releases/

Python bindings for your distribution, e.g. python-apt or rpm-python

PyGTK and GNOME-Python

Applications to test, e.g. from the GNOME desktop:
  http://gnome.org/

Xvfb and xinit:
  http://xorg.freedesktop.org/

ImageMagick (optional):
  http://www.imagemagick.org/

cElementTree or ElementTree (optional):
  http://effbot.org/downloads/


Using
=====

Currently only GNOME and GTK+ applications are supported. KDE 4 should have 
the accessibility support that will enable you to use dogtail with it.

First, enable accessibility support in your GNOME session with:
  gconftool-2 --type bool --set /desktop/gnome/interface/accessibility true
This only affects newly-started applications, so you may want to log out and 
log back in again.

Then, look at some of the example scripts. Run them, tweak them, write your own.

I suggest starting with gedit-test-utf8-procedural-api.py, as it's updated the
most often.


Bugs
====

Please report any bugs at:
	http://bugzilla.gnome.org/enter_bug.cgi?product=dogtail


Contact
=======

Website:
  http://people.redhat.com/zcerza/dogtail/

IRC:
  #dogtail on irc.freenode.net

Mailing list for users:
  dogtail-list@gnome.org

Mailing list for developers:
  dogtail-devel-list@gnome.org