Test is failing when run on batch. but the same test is getting passed when...
Hi, Problem 1: I have a problem when running Flex unit in batch. I mean if am running a bunch of test cases few test cases were failing in variably.The stack trace shows "Timeout occurs before the...
View Articleflexunit CIListener: Socket tiimeout waiting for flexunit report
For 2 weeks , I have trouble establising CI enviroment. My env :sdk : flex sdk 4.1ant : 1.8.2 I got the FlexUnit4SampleCIProject .and modified the build.xmlant then always get the error...
View ArticleFlash Builder "unknow FLex SDK Flex Hero" problem(urgent)
Dear all, I developed my mobile andriod game in the flash builder burrito and suddenly I can't open it because of this error "Licensing for this product has expired"so I installed flash builder 4.5...
View ArticleFU4CIListener build.xml not setting properties?
I am following the Ant Task Setup. I have flex sdk 3.6.0.X, apache-ant 1.8.2 and the flexunit source 4.1.0. When I run > ant -v clean packagefunction(){return...
View ArticleTesting Application Components
I'm not sure if you are aware, but it is currently very difficult to test spark Application components using FlexUnit and the UIImpersonator. An application component can't simply be added to...
View ArticleSpark & UIImpersonator
FlexUnit 4.1FlashBuilder 4.5.1BACKGROUNDI'm trying to test a custom Flex 4 skinnable component, using the FlexUnit UIImpersonator class. If I run my tests from a FlashBuilder Spark only project...
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 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 ArticleANT Build script failing while generating junit style reports
Hi, Actually I got an ANT build script which does the following:1) compiles AS code and generates swc2) generate AS docs3) compiles flex unit reports4) Generate wrappers the last part is getting the...
View ArticleFlexUnitApplication not being generated properly
I'm trying to use flexUnit, but I'm running into a problem. When I go to executeFlexUnit Tests, I encounter the compiler error: "Content is not allowed in prolog" The FlexUnitApplication.mxml file that...
View ArticleFlexUnit not generating TestRunner.swf when compiled with Hudson / Ant
I've been dabbling with FlexUnit (4.1 RC2) and CI under Hudson. To that effect, I chose to test the server configuration with the sample CI project that comes with the 4.1 RC2 distribution of FlexUnit,...
View Articleflexunit task hangs after "Receiving data ..."
Hello, I am trying to launch the Ant script found in FlexUnit4SampleCIProject but it just doesn't works.Last message in console is "[flexunit] Receiving data ..." and the tests in the UI are not...
View ArticleEventfulTestCase in FlexUnit 4?
Has EventfulTestCase been deprecated/removed? I can't find it in the source or latest download, but it's in the version of the SWC that I have. Thanks,Ruprict P.S. I moved this from the FlexUnit...
View ArticleAIRCIListener + flexUnitTasks.jar fails on Windows
When I try to run flexunit with the AIRCIListener I get:BUILD FAILEDC:\...\build.xml:245: Error launching the test runner. My Ant target looks like this:<target name="test"...
View ArticleAsyncToken Unit testing with Mocks
Hi, I have been working with mockalate and trying to find a way to unit test my login code. The problem I am running into is that although the code works when I run the app, the unit tests are failing...
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 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 ArticleCannot run on results from FlexUnit 4.1.0-RC1-77
I can't seem to run the junitreport ant task on the generated output of my tests from FlexUnit. Here's the error I'm getting: Buildfile: /home/rfkrocktk/Documents/Helios/activeinterview/build.xml...
View ArticleAirCIListener freezing in FlexUnit 4.1 RC2
Hi guys, I'm having troubles running the FlexUnit 4.1 RC2 CIListener on an AIR application. The window is launched and the first few tests run in the UI (I have the AIRCIListener, TraceListener and the...
View ArticleEclipse update site for FlexUnit 4.1?
Is there an update site that I can point Eclipse at to update the FlexUnit plugin to FlexUnit 4.1? If not, then how are people updating Eclipse?
View Article