Adobe Flex used to have automation built in with Qt test or something, but
it's not really practical, I studied it before, the idea is simple:  when
user operate a component, it dispatches a event driving everything,
automation test will record who dispatched what event on when and a bunch
of properties' values, then when automation test runs, it repeat the same
behavior( find the same component, make it dispatches the same event ),
then compare with the recorded properties' values;

The problem is that code is changing all the time, test can't keep up.

When I was unemployed, I spent some time working on this:
https://code.google.com/p/flexdirector/ but didn't have enough time to
finish it.

-Gary


On Fri, Sep 6, 2013 at 11:35 AM, [email protected] <
[email protected]> wrote:

> Guess this could be what you are looking for ... but it's not quite up to
> date. I guess a lot has been done since I evaluated all of These Tools:
> https://dev.c-ware.de/confluence/display/PUBLIC/Functional+Testing+Tools
>
> Chris
>
> ________________________________________
> Von: mark goldin [[email protected]]
> Gesendet: Freitag, 6. September 2013 17:31
> An: users
> Betreff: Automated testing for Flex applications
>
> Are there automated tools available for Flex applications
> testing/regression testing?
>
> Thanks
>

Reply via email to