How 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 ArticleTimeout Occurred before expected event for simple SequenceRunner
I'm having trouble with these tests. I'm always getting Timeout Occurred for my sequence in the test testOnLogout. Any ideas? Timeout Occurred before expected eventTimeout Occurred before expected...
View ArticleHow to resolve "Failed to open the panel socket"?
I am trying to run some of our Flexunit tests on Unix OS. To setup my environment I followed all of the steps on http://docs.flexunit.org/index.php?title=Ant_Task document. My environment is now:...
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 Articlejunitreport 'redirect' is not allowed when the secure processing feature is...
junitreport 'redirect' is not allowed when the secure processing feature is set to true. Hello, I'm running flexunit4.1.0-8 and I have an ant script running the test suite. I recently upgraded...
View ArticleUploading File classic ASP
HiIm a new flex developer and i making an app that insert data into a db and upload a file in a path web server, but my problem is when i send to asp my archive there is no way to save on the path and...
View ArticleSupplying parameters in a request to run a parameterized request?
Hi all, I was wondering if there was a way to include the parameters to pass to a parameterized test in a request to run that parameterized test. If a test is parameterized, adding the request returned...
View ArticleRunning headless & CI
Hi Folks, Here's what I'm trying to do and need some advice: seems that FlexUnit 4 in its Beta 2 incarnation will not run on a headless Linux CI machine but Fluint will? Is this a correct statement so...
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 ArticleCI issues on Linux - CentOS + Hudson
Hi there,I got some issues to generate the Junit reports, it gets up to "Waiting for client connection" then do nothing for a few seconds.When it gets back this is what I get in the...
View ArticleTrouble Building FlexUnit 4
Hi all, I downloaded flexunit 4 from github and am trying to run "ant -v clean package" as it says to do in the build.xml file. I am getting a failed build I believe with the following error: BUILD...
View ArticleTesting swc and mxml code
Hi,I have some software classes to run commands on any mxml file.These classes are wrapped in a SWC file. This SWC file is referenced by any sample mxml application (by adding as SWC file).My problem...
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 ArticleProblem with Flexunit 4.1 beta3: strange hamcrest errors
I'm having a problem getting the recent beta3 release of flexunit to work. A test which runs fine on beta2 fails with the stack trace below on beta3. The line in the test on which the error occurs is:...
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 ArticleIs there a guide to running headless on Linux?
When I run the following build: <target name="compile.client.test" depends="setup.test"> <mxmlc file="${client.test.src.file}" output="${client.test.bin.file}" fork="true"...
View Articleflexunit running swf from ant in browser error
I am folloing this post: http://forums.adobe.com/thread/633277?decorator=print&displayFullThread=true and have the same need. I would like to have ant pull up a browser and run the unit tests. I...
View ArticleFlexunit ant task on CI Server - rundll32.exe causing problems
My team is using flexunit and a CI server running Hudson. On a development system, everything runs fine, and we get the reports just like we need them. It also works fine on the CI server when just 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 Article