Just starting out with Python and wx etc, and wondered about automated testing of graphical apps.
Is there any way of building this into an app, i.e. with additional modules that test the controls and state?
Or am I better off investing in a standard automated test tool?
I expect that a standard gui test tool would be what you need. It should be able to send events at a low enough level that the app will think they are coming from the user or the system. wxWindows doesn't provide any way to get that low because it can't be done very well in a cross platform way.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!