FlexUnitApplication 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 Articleant tests: undefined method runWithFlexUnit4Runner?
Hi all! I am trying to automate AIR tests that run successfully via Adobe Flash Builder 4.I get the following error: Error: Call to a possibly undefined method runWithFlexUnit4Runner through a...
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 ArticleProviding a reference to the Stage in a Pure AS3 Environment
Hi All, I'm having real problems trying to get a reference to the Stage in FlexUnit 4.1 TestCases. I am using the FlexUnit Ant Tasks to generate the TestRunner.mxml file which I have modified to...
View ArticleFlexUnitTests in Flash Professional Project
Is it possible to run FlexUnitTests on a Flash Professional Project? (created within Flash Builder)I notice when I create a FlexUnitTest in my Flash Professional Project FlexUnitApplication.as and...
View ArticleUsing TraceListener and retrieving metadata info
Hi, I'm starting "playing" with FlexUnit and I'm very excited with its features and power. My tests will run in a remote device, and it will use only plain ActionScript applications (no Flex UI stuff)....
View ArticleHelp using FlexUnit with Nant
Hi, I created some tests which run perfectly if I use my IDE (FlashDevelop) to run them. I've been trying to create a Nant script to automate my tests and have the results written into an xml file....
View Articlehelp me in screen sharing application in flex
hii iam new to flexany one can help me in making screen sharing in flex 4.5 i tried it and i was facing problem in connecting to room. Lccs had stoped giving new account is their any solution for...
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 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 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 Articleorg.flexunit.listeners.UIListener not found, and other problems
I have a basic setup of FlexUnit that comes with the latest FlashBulider. I import a bunch of SWC's in my project and try to follow instructions from here:...
View ArticlePassing extra compiler options to ANT task?
Hi, Is there a way to send any extra compiler options to the <flexunit> ANT task?I'm using conditional compilation and compilation (mxmlc) is failing from the <flexunit> task: "Error:...
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 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 Articlearrays equals Assert?
Hello, I whant to know if there is any arraysEqual assert? Thanks.Javier Sivack
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 ArticleFlexUnit 4.1 Error #1009 on Running Test Suite.
Hi Mike, I've not seen this problem with FlexUnit 4.1 before and it's got me a bit stumped :S All my tests error with the following stacktrace in the generated TEST.xml file: <testsuite...
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 ArticleHow can i link between two or more test cases(with 1 Test suite) using...
Hi.How can i link between two or more test cases which i have written in the following manner.private function createSuite(suiteMethod:TestSuite):TestSuite {...
View Article