[TIP] Unit and Acceptance testing WxPython

Nate Lowrie solodex2151 at gmail.com
Fri Apr 18 14:57:52 PDT 2008


I am working on a business software project for a client.  I am using
unittest for my test suite and have written tests so far for the database
access layer, Object to relational mapping objects, and business logic layer
objects.  I am using WxPython for the GUI.  I have come to the point where I
have some requested stories that are GUI functionality only.  An example
story would be the customer wants to be able to define defaults for field
values (City, State, Area Code, etc.) in a preference dialog and have the
fields filled in with the default values when they go to enter a new
customer.  I am struggling to find some solution that will allow me to do
unit testing and/or automated acceptance testing for this.  Any suggestions
would be greatly appreciated.

Cheers,

Nate Lowrie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.idyll.org/pipermail/testing-in-python/attachments/20080418/59a96ccd/attachment.htm 


More information about the testing-in-python mailing list