[TIP] ANN: PyUseCase 3.3: Python GUI test tool

Geoff Bache geoff.bache at gmail.com
Thu May 27 13:23:25 PDT 2010


Hi all,

A new release of PyUseCase is out.

Tkinter support has matured a fair amount with support added for
three new widget types (Canvas, Checkbutton and Listbox). There has also
been work done on the PyGTK side with a couple of new widget types
supported (TextView, SpinButton) and quite a few bugfixes.
See ChangeLog in the download for full details.

Feedback greatly appreciated, particularly on the Tkinter side which is still
quite new.

Regards,
Geoff Bache

A bit more detail:

PyUseCase is an unconventional GUI testing tool for PyGTK and Tkinter,
along with a framework for testing Python GUIs in general.

Instead of recording GUI mechanics directly, it asks the user for
descriptive names and hence builds up a "domain language" along with a
"UI map file" that translates this language into actions on the
current GUI widgets. The point is to reduce coupling, allow very
expressive tests, and ensure that GUI changes mean changing the UI map
file but not all the tests.

Instead of an "assertion" mechanism, it auto-generates a log of the
GUI appearance and changes to it. The point is then to use that as a
baseline for text-based testing, using e.g. TextTest.

It also includes support for instrumenting code so that "waits" can be
recorded, making it far easier for a tester to record correctly
synchronized tests without having to explicitly plan for this.

Homepage: http://www.texttest.org/index.php?page=ui_testing
Download: http://sourceforge.net/projects/pyusecase
Mailing list: https://lists.sourceforge.net/lists/listinfo/pyusecase-users (new)
Bugs: https://bugs.launchpad.net/pyusecase/
Source: https://code.launchpad.net/pyusecase/



More information about the testing-in-python mailing list