Hi all,

Just a note that there's a new release of PyUseCase out, which amongst other 
improvements makes the domain language creation dialog easier to use by e.g. 
adding a preview window. There are also a few bug fixes on the 3.0 major 
release from a few weeks ago, and I've enhanced the "getting started" guide at .

Regards,
Geoff Bache

Summary for those who haven't seen it before:

PyUseCase is an unconventional GUI testing tool for PyGTK.

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/

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to