How to do automated user interface testing for Flash

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?

+3
source share
5 answers

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

ActionScript

.

+4

Adobe genie ( ActionScript) http://sourceforge.net/adobe/genie/discussion/general/

, AS1 AS2 . AS3.

+4

- HTML/JS JS api Flash - , , " smth id", " smth id", " smth id ' - .

+1

Try http://SauceLabs.com - they have a Flash and Flex testing tool

+1
source

It may be useful.

Flash ui testing

0
source

Source: https://habr.com/ru/post/1697448/


All Articles