I couldn't find anything on the web about fuzz testing pygtk applications, and not much about fuzz testing gui apps in general. So I wrote my own. This program instantiates my application, finds every widget contained therein, and randomly clicks buttons, types in text fields, etc. It's already found several bugs in my application (which is still very immature).
The code is not polished enough to publish, and I won't have time to work on it for probably a few months, but if anybody wants to see it I'll gladly send it over. A video of it in action is at http://www.youtube.com/watch?v=YyELesKYuqw . -Alan Somers _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
