Thanks Gary,

I did see the repo, but the latest commit seems to have been made 3 years
ago (except for the readme file). Which suggests to me that it's not
compiled against newer SDKs. If that's confirmed by others who know more, I
might take a look and try to migrate it myself.


On 3 January 2014 15:17, Gary Young <flashflex...@gmail.com> wrote:

> Mihai, I use Flexmojos, so I don't encounter the same problem, I think
> FlexUnit is a part of Apache Flex now: https://github.com/flexunit/. hope
> this can help a little. -Gary
>
>
> On Fri, Jan 3, 2014 at 7:15 AM, Mihai Chira <mihai.ch...@gmail.com> wrote:
>
> > Heya,
> >
> >
> > Do we have flexunit compiled for the latest version of the SDK?
> >
> > Because I have a class that extends ListCollectionView's removeItem()
> > function, which was added in v. 4.10 [1]. So when I try to run the unit
> > test, it says "Suspended: VerifyError: Error #1053: Illegal override of
> > removeItem in [class path])".
> >
> > PS: flexunit.org, the website where Adobe suggest I can get the latest
> > versions [2], is offline.
> >
> > [1]
> >
> >
> https://github.com/apache/flex-sdk/blob/release4.9/frameworks/projects/framework/src/mx/collections/ListCollectionView.as
> > [2] http://sourceforge.net/adobe/flexunit/home/FlexUnit/
> >
> >
> > On 6 September 2013 18:25, Gary Young <flashflex...@gmail.com> wrote:
> >
> > > 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, christofer.d...@c-ware.de <
> > > christofer.d...@c-ware.de> 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 [markzolo...@gmail.com]
> > > > 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