I have a component I am finishing up, finally. I have written a bunch of testing methods for the various functions (which will be supplied when the source code is purchased) One part of the component has a UI (a single dialog, which can open 'sub-dialogs').
I have test code for the various functions called by the primary dialog, however, I am at a loss to figure out how to test the sub-dialogs without actually manually poking at them. ex: Primary dialog needs : - 1 or more items dragged n dropped on a listbox - one or more of the items in the listbox to be selected - selection of an action to apply from a popup menu. - the user clicks an 'apply' button Clicking the 'Apply' button in most cases, activates a sub-dialog (a bunch of user adjustable settings) before the action is committed. I can create test code for the various actions, different settings... but... how do I build/setup/write code to test the interface? Thanks Chip --------------- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

