Loading 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 ArticleWhat causes "Error saving report" error?
HiI am trying to generate the junit style test results using flex unit. The error log is: Buildfile: c:\Code\unittests\src\build.xml init: [delete] Deleting directory c:\Code\unittests\src\reports...
View ArticleBeforeClass(async) handler assertion
package { import flash.events.TimerEvent; import flash.utils.Timer; import org.flexunit.Assert; import org.flexunit.async.Async; public class SomeTestCase {...
View ArticleFlex Unit -Async Test for Remote Class
Hi all, I am new to flex unit , i need to write testcase for class which contains multiple of remote object request.Can yo help me guys with any sample. Thanks karthy
View ArticleIssues with adding FlexUnitTestRunnerUI to FlexUnitCore
Hi I am trying to create a test runner app with both a CIListenter and a UIListener. For the UIListener I am trying to use the FlexUnitTestRunnerUI, however when I try to use it as shown in the...
View ArticleFlexUnit 4, Flash Builder 4, and Flex SDK 4
I am endeavouring to create a project using these in combination. When I created my test runner under SDK 4, it would fail while trying to initialise the test. I decided to build FlexUnit 4 with SDK 4...
View ArticleADL.exe doesn't close after unit tests are completed
I am somewhat new to Flash/Flex/AIR and I apologize if this post is in the wrong location. I have done a lot of research and have yet to find a solution. I created a simple AIR Test Runner app which...
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 ArticleFlexUnit CI - Flash Player linux installation
I am now attempting to do some CI testing with the FlexUnit Ant task on the Linux platform, specifically RHEL 6 (x64). I am finding the installation of the Linux debug stand-alone player not as...
View ArticleHow to extend flash player session timeout?
Folks, We have a set of FlexUnit tests that are taking a long time to complete (there are a LOT of tests in the suite). After about an hour, the standalone flash player pops up a message warning that...
View ArticleOpening @ Sunnyvale, CA/ RTMP Streaming Engineer
Hi, Plz Note: We want an expert on RTMP(Real Time Messaging Protocol)/RTMPT and Action Script. We are a technology consulting company currently working with our direct clients including eBay, Paypal,...
View ArticleWhere to get FlexUnit source?
Hi all,Where can I get the FlexUnit source? The adobe FlexUnit page lists this SVN repository:http://opensource.adobe.com/svn/opensource/flexunitHowever trying to do a checkout always results in...
View ArticleBuilding on headless linux
Hi I am trying to run my flexunit4 tests on a headless linux bamboo CI server. I have got xvfp that runs the flashplayer for me. I am using flashplayer 10 for linux. My problem is that the build...
View ArticleActionScript Project
I have an ActionScript Project and I have been running unit tests using the FlexUnit 4 integration in Flash Builder 4 Beta 2. These have been working great until I try to use UIImpersonator, which uses...
View ArticleFlex Unit -Async Test for Remote Class
Hi all, I am new to flex unit , i need to write testcase for class which contains multiple of remote object request.Can yo help me guys with any sample. Thanks karthy
View ArticleTesting states in FlexUnit4
Hi, I'm trying to test a component that has a Skin with 2 states, this skin contains a Button (btnMyButton) with "includeIn='state1'" and a TextInput (txtMyText) with "includeIn='state2'". Clicking on...
View ArticleFlexUnit UIImpersonator doesn't work with Actionscript projects when run from...
Tried posting this in the FlashBuilder forum, but got no responses... so posting here in hope of better luck. I've been using the UIImpersonator in FlexUnit (for AS, not Flex) to unit test certain...
View ArticleHow to use SequenceRunner with FlexUnit 4
Hi, I just read the Wiki page about Fluint Sequences at http://docs.flexunit.org/index.php?title=Sequences#Sequences_from_Fluint. I really would like to use sequences as it seems a great way to test...
View ArticleRunning FlexUnit tests from command line
Sorry if that has been posted before: I searched best I could and nothing came up. I am interested in building and running my unit tests from the command line so we can add it to a nightly build...
View ArticleError while running Parameterized test
Hi, I'm currently working on a really simple Parameterized TestCase. I'm using flexunit 4.0-rc1 and flexmojos 3.5.0. When I do 'mvn clean test' I get the following error: <testsuite errors="0"...
View Article