Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do Automated UI testing for Flash [closed]

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?

like image 990
Ran Avatar asked Dec 30 '22 10:12

Ran


2 Answers

I know this is an old question, but this could be useful for future reference. There is a relatively new project

Automated UI tester for ActionScript

Its installation is pretty simple, and is described in the user guide step by step.

like image 130
Mansuro Avatar answered Jan 13 '23 18:01

Mansuro


Use Adobe genie (UI Tester for ActionScript) http://sourceforge.net/adobe/genie/discussion/general/

But I don't think AS1 or AS2 will work. It works only with AS3.

like image 26
Thejus Krishna Avatar answered Jan 13 '23 20:01

Thejus Krishna