Does anyone know of a automated GUI testing package for that works with PyQT besides Squish? Nothing against Squish I am just looking for other packages. It would be cool if there were an open source package. I am doing my testing under Linux.
Last news from 2007?
Marcus Lindblom
2009-11-17 19:20:47
While pyunit (called unittest in stdlib) is good for normal unit testing it doesn't handle GUI testing.
Paul Hildebrandt
2009-11-18 17:22:30
Thanks, WATSUP looks interesting for Windows GUI testing. Unfortunately I need Linux PyQT GUI testing.
Paul Hildebrandt
2009-11-29 17:53:01
+2
A:
It looks like PyQT4 includes a QtTest object that can be used for unit testing.
Stuart
2009-12-01 22:16:51