I am working on a business software project for a client.&nbsp; 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.&nbsp; I am using WxPython for the GUI.&nbsp; I have come to the point where I have some requested stories that are GUI functionality only.&nbsp; 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.&nbsp; I am struggling to find some solution that will allow me to do unit testing and/or automated acceptance testing for this.&nbsp; Any suggestions would be greatly appreciated.<br>
<br>Cheers,<br><br>Nate Lowrie<br>