how to access stage in flexunit
I've found in the following post (http://forums.adobe.com/message/2371850#2371850) some suggestions about this topic, but as I'm relatively new to as3, I'm still confused about how to make it work. My...
View Articlegetting error 2032 when building Employee Directory tutorial for burrito
I am new to flex development. i am trying to work thru the tutorial Employee Directory.I am using Flex Burrito 4.5 on Windows 7. When i try to run the application, i get the following message: RPC...
View ArticleFU4.1RC2 - "invalid application descriptor" when using AIR 2.5
Folks, I discovered today when attempting to use AIR 2.5 with FlexUnit4.1 RC2 that you will get the following error when adl.exe is invoked: [flexunit] Setting up server process ... [flexunit]...
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 ant - running tests that make server calls
Hi, I am using BlazeDS in my project to connect to a Tomcat server. I have configured my services in the services-config.xml file and passed the location of the file as an argument to the compiler in...
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 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 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 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 ArticleFocusManager in FlexUnit4?
I'm trying to write just a simple test ensuring that a TextInput control has focus when a component is loaded. However focusManager is null even after I've used the UIImpersonator class to setup my...
View Article"Error launching the test runner." running FlexUnit tests from CruiseControl
Looking for suggestions on what to try next running down a problem that manifests ONLY when I run FlexUnit (SDK 3.2.0.3794) tests from CruiseControl on RHEL4. These same tests run from the command...
View ArticleBetter Async testing?
I've been doing a lot of async service testing lately and I'm trying to figure out the "correct" way of doing things. Imagine I have a simple backend with just two methods: createTeam() and...
View ArticleADL.exe doesn't close after unit tests are completed
I am somewhat new to Flash/Flex/AIR and I apologize if this post is in the wrong location. I have done a lot of research and have yet to find a solution. I created a simple AIR Test Runner app which...
View ArticleError while running Parameterized test
Hi, I'm currently working on a really simple Parameterized TestCase. I'm using flexunit 4.0-rc1 and flexmojos 3.5.0. When I do 'mvn clean test' I get the following error: <testsuite errors="0"...
View ArticleOn mouseover of Advanceddatagrid each cell data should get underlined
Hello, I have an issue regarding advanceddatagrid, Issue is, When I mouseover on each cell data(single cell data) it should get underlined and inturn when clicked on it an alert should get displayed,...
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 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 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 ArticleproceedOnEvent() timeout waiting for creationComplete
Hello, I have a test case that will not run due to proceedOnEvent not seeing the desired event. Here's the test code: package com.mine.components.buttonBar{ import flexunit.framework.Assert;...
View ArticleCan not run flexunit tests from ant
Hello,I'm trying to script test execution in order to integrate tests in Jenkins. I followed the wiki article here http://docs.flexunit.org/index.php?title=Ant_Task The tests run successfully with...
View Article