I want to setup and automated test framework to test releases of a
wxPython app.
The app talks to some hand-held devices via a serial protocol over usb.
The test needs to test the latest app against the latest firmware for
each device, but it would also be good to be able to test any version of
the app against any firmware version for each device.
I have stumbled across the STAF (Software Test Automation Framework) on
sourceforge.
http://staf.sourceforge.net
STAF looks suitable, but I was wondering if there are any other
automated test frameworks that developers have used with wxPython
applications.
Thanks for any advice or suggestions.
Brendan.
I haven't used this but have read a lot of good things about it:
http://groups.csail.mit.edu/uid/sikuli/
Michael
···
On 9/17/2010 5:34 AM, Brendan Simon (eTRIX) wrote:
I want to setup and automated test framework to test releases of a
wxPython app.
The app talks to some hand-held devices via a serial protocol over usb.
The test needs to test the latest app against the latest firmware for
each device, but it would also be good to be able to test any version of
the app against any firmware version for each device.
I have stumbled across the STAF (Software Test Automation Framework) on
sourceforge.
http://staf.sourceforge.net
STAF looks suitable, but I was wondering if there are any other
automated test frameworks that developers have used with wxPython
applications.