I have a swf file that should execute network calls when the user clicks on various stuff in it (and then do certain things based on the results of the calls).
What's my best option for automatically running tests to make sure that the flash application is behaving correctly?
This is with ActionScript 8, btw. Not Flex. I'm experienced with Cucumber.