Question
How do I test a combobox within an mxml file?
Hi,
I would like to test a combobox via flexunit by mimicing a user clicking on a certain value and validating that other objects in that mxml file change accordingly. I tried setting the selectedItem in the combobox and the change event doesn't fire. Please advise. Using Flexunit 4. Can someone provide a code snippet that would show how to use Flexunit to test a combobox?
Thanks..
-Steve
