Uploading File classic ASP
HiIm a new flex developer and i making an app that insert data into a db and upload a file in a path web server, but my problem is when i send to asp my archive there is no way to save on the path and...
View ArticleAll async unit tests timeout
I am trying to run FlexUnit tests through Ant in a very simplified version of the sampleCLIProject. The tests pass when I compile through Flash Builder and timeout when I run them through Ant on...
View ArticleAdding FlexUnit to Public Maven Repository
We should see about adding the FlexUnit binaries to a public maven respository in order for Maven projects to resolve dependencies on FlexUnit versions, specific builds etc. Best,Eric
View ArticleIExternalDependencyLoader throws a null pointer RTE
I'm trying to implement an async data loader as explained on the wiki. http://docs.flexunit.org/index.php?title=Using_External_Data_for_Parameterized_Testing_And...
View ArticleNew Features and New Bits on the way
I have the pleasure of sharing some really big news with the community. The teams behind the FlexUnit and Fluint projects have worked together to produce a new version of the FlexUnit framework that...
View Articleproblem
This is the code I have written for testing in flexcover------------------------------------------------------------------------------<?xml version="1.0" encoding="utf-8"?><mx:Application...
View ArticleAsyncToken Unit testing with Mocks
Hi, I have been working with mockalate and trying to find a way to unit test my login code. The problem I am running into is that although the code works when I run the app, the unit tests are failing...
View ArticleFlexUnit4.1 B2 upgrade breaks CI system - flexUnit.cfg issues?
Folks, We have a working CI system which is currently using binaries from FU4.0 development snapshots. When we last checked the releases page, we saw that 4.0 stable was out, but so were 4.1 Beta 1...
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 ArticleFlexUnit 0.9 to FlexUnit 4 question
Hi me again with a question. Our Flex applications have a back-end to retrieve and set information from/to. This back-end server requires a login (and logout when done). Now every bit of functionality...
View Articleflexunit running swf from ant in browser error
I am folloing this post: http://forums.adobe.com/thread/633277?decorator=print&displayFullThread=true and have the same need. I would like to have ant pull up a browser and run the unit tests. I...
View ArticleCan a mock method use it’s argument in a callback function?
This question isn’t directly related to FlexUnit, but I assume someone can give me advice on this problem or an alternative. The problem is that I am trying to pass an instance of an object...
View ArticleIs Flexunit for desktop application type,can i use this for those application...
Is Flexunit for desktop application type,can i use this for those application which runs in browser?
View Articlecomputer related science fair ideas?
I need to do a science fair project and I have lots of interest in computers and would enjoy doing something with them. I am trying to find a decently good one because I would like to get a...
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 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 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 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 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 ArticleRunning unit tests from ant: flashplayer window remains open
I'm trying to run flex unit tests from ant but I can't get the flashplayer window to close afterwards. What am I doing wrong? <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"...
View Article