[TIP] Testing pyqt

Michael Foord fuzzyman at voidspace.org.uk
Fri Apr 10 11:29:55 PDT 2009


Charles McCreary wrote:
> We have a number of apps we have developed using pyQt and have been 
> somewhat frustrated trying to apply the Qt test classes in our test 
> suite. I'm looking for suggestions on best practices for testing the 
> GUI for pyQt and wxpython apps. Thanks!

The Python Testing Tools Taxonomy (who came up with that name? Titus?) 
lists at least one suggestion for PyQT.

http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy#GUITestingTools

In general for testing desktop apps I suggest a few techniques in my 
talk on the subject:

http://pycon.blip.tv/file/1957454/ (video)
http://www.voidspace.org.uk/python/articles/testing/index.shtml (articles)

All the best,

Michael

> ------------------------------------------------------------------------
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>   


-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog





More information about the testing-in-python mailing list