How to do Automated UI testing for Flash
- by Ran
I have an actionscript 2 application that I'd like to write automated UI testing for.
For example I'd like to simulate a mouse click on a button and validate that a movie-clip is displayed at the right position and in the right color... Basically, UI testing.
What are the best tools available or what is the desired approach?
In JavaScript there is the selenium framework which does a nice job. Any similar tool for flash?