How 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 ArticleFlexUnit 4 test cases running sequence problem
Hi All, I am facing some problem in running my test cases in sequence in FlexUnit 4. Suppose i am adding the test case class in my main MXML. public function runMyTest():void {...
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 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 ArticleFlexUnit + AIR + Ant: flashplayer hangs
Hi, I'm currently experiencing some issues when trying to run FlexUnit tests with Ant and AIR. The player doesn't close after the tests are finished and it's giving me the following error when I kill...
View ArticleHow to generate checkbox on grouping column in advanced datagrid : flex 3
This is my code .but it generate for all rows. I want checkbox for only where studyid displayed. <mx:AdvancedDataGrid id="dgList" x="10" y="342" width="1001" height="175" sortExpertMode="true"...
View Articleenvironment variables not passed through to player in flexunit 4.1.0-beta3
fyi, to get flexunit-4.1.0-beta3 FlexUnit4AntTasks invocation of flashplayer to not be rejected by the vncserver, i needed to modify the FlexUnitLauncher to pass through the environment variables to...
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 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 ArticleFU Ant task failure: java.util.concurrent.ExecutionException: could not close...
We sometimes see this failure intermitently when using the FlexUnit Ant task to run tests in a CI environment. The Ant task throws this exception: java.util.concurrent.ExecutionException: could not...
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 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
View ArticleDoes flexunit support remote run?
Can i deploy the flext application and test cases on one machin, but run it on another machine?(the flex application is hosted on a web application)
View ArticleAbout Flex
Hi Guys, Anyone explain me, what is Flex and how it is in useful in Project management? Regardssa2398
View ArticleFlexunit wiki? And 4.0.0-RC1 source files?
Hello, Are you guys monitoring the wiki, such as this page I added using 'discussion' tab?: http://docs.flexunit.org/index.php?title=Talk:Downloads AND As I ask on that page - I don't see matching...
View ArticleFlexUnit4 with Flex Application compiled using Flex SDK 3.0?
The Flex application that I am working on is compiled using Flex SDK 3.0. Now I want to unit test this application using FlexUnit4. I am not able to find FlexUnit4 for Flex SDK 3.0 in downloads...
View ArticleUpdate to AIR 2.0: VerifyError: Error #1014: Class IIMEClient could not be...
Hi, I have updated to AIR 2.0 and now I get RTE above next to several other RTEs.The problem is that the generated flexUnitDescriptor.xml still uses AIR version 1.5 but should be 2.0.How can I change...
View ArticleHow to change color of some portion of image loaded in flex 3 , action script...
Actually i want to create an application in which there would be an image of drawing room and in that there are tiles of some color so what i need is on some event i just want to change color of the...
View ArticleTesting the AIR and Web based Application
Hi All , I am a new Flex Developer.I have a requirement that , i want to test my Application which is AIR Based and Browser Based Application (big product).My requirements is What type of testing...
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 Article