Hi Erno, Well I currently use FlexUnit to test my custom components. As you said you are using Air, It should not matter if you use your components in a Flex or an Air application. I know that if you are using some "native Air" stuff, this is not possible, but if you test the stuff that you can test, you're allready half the way.
For doing the functional Testing of our Flex Applications, we use Silk4J and that supports Air too ... The cool thing with Silk4J is that you can write your Unit Tests in Java using JUnit and the Silk4J Libraries communicate with a test-agent that does the automating. I Would strongly reccomend not to use a visual testing tool (One based upon Image recognition), as writing maintainable tests is realy hard. Everytime you change something in the skins, layout etc. you have to re-build you tests. I did quite some evaluation of available tools about 10 Months ago ... here's the result: https://dev.c-ware.de/confluence/display/PUBLIC/Functional+Testing+Tools Hope this helps. Chris 2011/9/6 -Erno <[email protected]>: > Hi, > has anyone find a way to run tests in AIR app? After googling I found out > that currently Flexmojos don't support running tests in Air app. > Am I correct? Or is there a way to create AIR test app with Flexmojos? > I'm interested to test Sikuli (http://sikuli.org) and thats why I try to > find a way to run tests in AIR. Best idea what I have is to create Air test > app which execute > each Sikuli test (run native process) and report result back to Flexmojos. > Does anyone ever done this? Or use Sikuli in Flex projects? > There is way to run them in Robot framework, but what I want is that I can > test single component at time. Not full application. > Air app would add component to stage - run Sikuli test(s) - and remove it. > For each component. That would be really handy! > So any ideas? > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
