[TIP] Python GUI testing

Paul Hildebrandt Paul.Hildebrandt at disneyanimation.com
Fri Apr 1 14:54:44 PDT 2011


We use GUI testing for our internal applications.  We adhere to the 
testing pyramid and only using it sparingly but it's handy.  The only 
thing I could find that would handle PyQT is Squish so that is what we 
use.   I wanted to use LDTP but they don't support PyQT right now.


On 04/01/2011 01:35 PM, Geoff Bache wrote:
> Hi all,
>
> I was about to post an announcement about a new release of my Python
> GUI test tool PyUseCase but then thought that previous ones haven't
> generated any response so I would ask a question instead. You can
> always read the announcement on python-announce...
>
> Does anyone here write GUIs (rich clients) in Python at all? More to
> the point, does anyone attempt to do any testing through the GUI or
> are you happy just testing the underlying layers?
>
> There don't seem to be too many Python GUI test tools around. I wonder
> why this is?
>
> Regards,
> Geoff
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python



More information about the testing-in-python mailing list