FlexUnit + 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 ArticleSequence Runner and Signals
I've got a unit test where I want to test reading from a local sqlite database. Obviously I need to write a record before I can read it. I've written the sequence below but I'm getting an...
View ArticleIs there an ant task on FlexUnit to open browser with swf embedded?
Here is the same (unanswered) question asked by someone else: http://forums.adobe.com/thread/740495?tstart=0#740495 Basically I need to open my flex app in a browser window from ant, and the FlexUnit...
View ArticleFailure Trace stack frame paths are incorrect
I am using FlexUnit heavily, and appreciate it mightily. However, there is one very powerful annoyance in the Failure Trace window in Eclipse/FlashBuilder. When I double-click on a stack frame,...
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 ArticleHow to change title of TestRunnerBase
Hi, When I use TestRunnerBase it have default title 'FlexUnit 4.1.0 Runner..' How t change that to my own. Thanks in advance.
View ArticleHelp in FLEX testing
Hi I am a newnbie in this testing field I have been given a task to test FLEX. So I expect a great amount of help from you all.
View ArticleLoading a swf from flex builder
Hi Everyone, Hi have a project, in which three technologies are used :1.) Action Script 3.02.) Adobe Flex3.) Java I want to know how do i load the swf file since i have various swf file in .fla file....
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 ArticleAsync metadata appears to be ignored
Hi all,I'm trying to get a very basic flexunit test running under the following configuration: - Code is run and compiled via FDT/Eclipse on Linux- Tried both flexunit 4.0 and 4.1- Using the standard...
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 ArticleCode coverage and theory testrunner
Hello evrybody, I am currently testing an application and are using several different versions of tests for it. One block of tests are theory testcases. Last week I managed to use the Adobe code...
View ArticleFlexUnit 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 Articlehelp me to fix it in simple way
Flex Error #1001: Digest mismatch with RSL http://www.babblesex.com/assets/26d8d138/flexapp/framework_3.5.0.12683.swf. Redeploy the matching RSL or relink your application with the matching library.
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 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 Articleparallel execution of multiple test cases.
Does flex unit 4.x version supports for parallel execution of multiple test cases? Any help will be greatly appreciated.
View ArticleCompatibility of flexunit 4.x with browser
Does the flexunit 4.x version supports different browsers like internet explorer 8.0 , 9.0 and firefox ?
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 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 Article