FlexUnit Ant task freeze at Reciving Data...
Hello,I'm trying to use flex unit task and when I run it, get this on console and stay there for ever."*****" is just to privacy this is my ant task <target name="UNIT TEST">...
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 ArticleFlexUnit vs Fluint?
FlexUnit4 provides more features now, so I want to know your opinion about using FlexUnit or Fluint as the test automation framework? Our goal is not only for unit testing, but integration test as...
View ArticleAsync in [BeforeClass]
I need to perform a log in in my [BeforeClass] method. Unfortunately, this log in takes place Asynchronously outside of the test. This results in the [Test] methods being performed before the...
View ArticleAsync testing question
Hello, I would like to now how to proceed to test a delegate class that is taking an IResponder as method parameter. For exemple : LoginDelegate.as (simplified version) : publicfunction login(...
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 ArticleHow to test with the standard Flash player, rather than debug player
Folks, I am interested in running my flexunit 4 tests against the standard flash player, rather than the debug player that comes with the SDK. Is this possible? BTW, I am working on Windows for now....
View Articleflexunit 4 fails for me
I am simply running an Assert.assertTrue call and it says it fails, here is my code:package sampleSuite.tests { import org.flexunit.*; public class TestCase1 { [Before]...
View Articleproblem
This is the code I have written for testing in flexcover------------------------------------------------------------------------------<?xml version="1.0" encoding="utf-8"?><mx:Application...
View ArticleReceiving trace()-statements in the TestRunner
First of all I would like to say I am totallynew to the use of unit testing in general. I am currently evaluating FlexUnit and using the TestRunner.mxml for running the tests. I am only curious how I...
View ArticleNot able to checkout (import) FlexUnit using SVN - authentication failing
Hi, I am not able to import the FlexUnit code from http://opensource.adobe.com/svn/opensource/flexunit .I am giving the Adobe username and password(the same one that I use to log into Adobe), but...
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 ArticleTeamcity and Flexunit 4.1
Hi! I try run flexunit 4.1 on teamcity.Server configuration - headless linux/ubuntu 64-bit. And i cannot successfully run it. That's ant part <flexunitswf="${target.dir}/${tests.swf}"...
View ArticleFlexUnit 4.1 RC1 - adl.exe hangs and is not killed when timeout exceeded
I am running AIR based tests using FlexUnit 4.1 RC1. I have the "timeout" parameter of the FlexUnit Ant task set to 45 minutes (2700000 milliseconds). I expect that if this threshold is exceeded, the...
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 ArticleHo to run a TestSuite Using ASMock
Hi All, As per the As mock we can run the Test using the flex compiler option -includes asmock.integration.flexunit.ASMockClassRunner Bu we run the a test Suite using the same we get the below erroe...
View ArticleTestRunnerBase compile error FX3 FU4
I am getting a compile error. Using FlexBuilder3 (3.4.1 SDK).FlexUnit 4I have the 5 swc files in my project's lib folder.Here is my code:<?xml version="1.0"...
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 ArticleWhy fpdownload.adobe.com/crossdomain.xml
Why are my flex apps asking for this file on page load? http://fpdownload.adobe.com/crossdomain.xml
View Article