Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #121 > unrolled thread

Fwd: PyUseCase 3.5.1: GUI test tool written in Python

Started byGeoff Bache <geoff.bache@gmail.com>
First post2011-05-05 14:39 +0200
Last post2011-05-05 14:39 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Fwd: PyUseCase 3.5.1: GUI test tool written in Python Geoff Bache <geoff.bache@gmail.com> - 2011-05-05 14:39 +0200

#121 — Fwd: PyUseCase 3.5.1: GUI test tool written in Python

FromGeoff Bache <geoff.bache@gmail.com>
Date2011-05-05 14:39 +0200
SubjectFwd: PyUseCase 3.5.1: GUI test tool written in Python
Message-ID<mailman.1217.1304649220.9059.python-announce-list@python.org>
Hi all,

There's a bugfix release of PyUseCase out. It fixes general issues as
well as some
specific to SWT/Eclipse RCP and some specific to PyGTK. There are also
some minor
enhancements added to the SWT/Eclipse RCP support.

Regards,
Geoff Bache

A bit more detail:

PyUseCase is an unconventional GUI testing tool for PyGTK, Tkinter,
wxPython and SWT
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 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/texttest-users
Bugs: https://bugs.launchpad.net/pyusecase/
Source: https://code.launchpad.net/pyusecase/

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web