Re: Testing Application Components
I might be running an older version since we're still using flashbuilder 4. Is there any way to update the flexunit libraries that flashbuilder uses?
View ArticleRe: Testing Application Components
Its a little convoluted in Flash Builder 4, so what I would suggest first instead is that you just add the FlexUnit 4.1 swc to your library path of your test project. It should trump the existing...
View ArticleRe: Testing Application Components
No luck there. Unfortnately, we are displaying our tests using org.flexunit.flexui.TestRunnerBase.mxml which is based on a flex3 component. When I try to run my tests it's throwing an error saying that...
View ArticleRe: Testing Application Components
Its okay that it is based on flex 3 components, it would just need to be compiled with the Flex 4 SDK or you need to wait until the next release of FlexUnit to make it cleaner. In the 4.1 release we...
View ArticleRe: Testing Application Components
I will see if we can accelerate any of this in a dot release.
View ArticleRe: Testing Application Components
So addElement() is not usable in the current release version? My project is compiled with flex 4.5 so I don;t think thats the issue here. Also, even if addElement did work, it would still be better to...
View ArticleRe: Testing Application Components
Yes, it is completely usable. How it works is that FlexUnit tries to see if there is a mx.core.Container linked into your project. If there is, it uses that as the basis for the UIImpersonator. If...
View ArticleCan't run unit test with "Execute FlexUnit Tests" in the FB4
Hi folks: I create some unit tests in my project,the test.swf execute correctly if I compile them and run it by ant.But once i ran every single file by "Execute FlexUnit Tests" in my IDE,I found...
View ArticleHelp in FLEX testing
Hi I am a newnbie in this testing field I have been given a task to test FLEX. So I expect a great amount of help from you all.
View ArticleAbsolute path to E:\Hudson in org.flexunit.assert() etc
Hi there, I'm attempting to use flexrunner in a linux project. So far everything has been smoothly, thanks. Just pached my SDK vith linux air 2.6 runtimes and ran (a slightly modified) demo project. It...
View ArticleTesting ActionScript classes with native methods?
Hi, I have an ActionScript class that I'm writing and would like to test using FlexUnit.The only issue is that the ActionScript class has a member in it that is a class with native methods. So, I get...
View ArticleLoading a swf from flex builder
Hi Everyone, Hi have a project, in which three technologies are used :1.) Action Script 3.02.) Adobe Flex3.) Java I want to know how do i load the swf file since i have various swf file in .fla file....
View ArticleFlexUnit tests fail due to missing sound card on headless CI server
Hi, I have set up Jenkins CI server with Xvnc to run FlexUnit tests during the build process. Everything worked fine until I started working with Sound - now Flash Player is started, throws a bunch...
View ArticleRe: FlexUnit tests fail due to missing sound card on headless CI server
We have the exact same problem. Did you try to fake sound card? http://serverfault.com/questions/166542/how-to-create-fake-sound-card- on-linux-server
View ArticleCIListener implementation details
After reading the code of CIListener, I have a question about how it works. As far as I'm aware, code snippet is following:socket = new XMLSocket ();socket.connect( "127.0.0.1", 1024 );Does it means...
View ArticleStatus of Code Coverage in FlexUnit?
Just curious if there is any update on this thread from almost a year ago: http://forums.adobe.com/message/2994338 We would really, really, really like to generate Cobertura-style reports from our...
View ArticleDevelop BLOGGER POSTING (Android Application)
Hi, everybody ..I want to ask you some questions about FLEX.I tried to create applications for mobile devices (Android, IOS) which allows users to make posts on their blogs, especially on...
View ArticleAlert.show() error in PMD
I am using PMD tool for testing my Flex application. The Alert statements are throwing errors while checking with this tool. Kindly let me know what statements are to be used in place of Alert.show().
View Articlehelp me to fix it in simple way
Flex Error #1001: Digest mismatch with RSL http://www.babblesex.com/assets/26d8d138/flexapp/framework_3.5.0.12683 .swf. Redeploy the matching RSL or relink your application with the matching library.
View ArticleMerging of code coverage reports
1) Is it possible to merge 2 coverage reports(.ascc)? 2) Is it possbile to overwrite/append the imported report into coverage plugin?
View Article