I have an ActionScript 2 application that I would like to write to automatically test the user interface. For example, I would like to simulate a mouse click on a button and check that the video is displayed in the correct position and in the right color ... Basically, testing the user interface. What are the best tools available or which one do you need? JavaScript has a selenium structure that does a good job. Any similar tool for flash?
source
share