I am trying to test my standalone application!!
and I need to open a JFileChooser to select a file.
How to link this action under unbound_modules?
I haven't found any object with this dialog
Achim Loerke Messages: 263 Registered: July 2009 Location: Braunschweig, Germany
Senior Member
Well, I suppose there is some way for your users to open this dialog. Just model the same actions in your Test Case (select a menu, click a button, use a keyboard shortcut).
yes sure, the user need to click "open project" from a JMenu component
and after is shown a "File Chooser" where the users can select the file.
Where I can find this kind of dialog under unbound_modules?
My tip would be to start the object mapping mode and collect the component you'll need to deal with - the component type will tell you where to look in the unbound modules.