Receiving trace()-statements in the TestRunner
First of all I would like to say I am totallynew to the use of unit testing in general. I am currently evaluating FlexUnit and using the TestRunner.mxml for running the tests. I am only curious how I...
View ArticleMockito problems - Please make sure you specified a call to stub in given
Mockito problems - Please make sure you specified a call to stub in givenHello, I'm trying to get a handle on mocking w/ Mockito to and I keeping getting this error:"Please make sure you specified a...
View ArticleHow to resolve "Failed to open the panel socket"?
I am trying to run some of our Flexunit tests on Unix OS. To setup my environment I followed all of the steps on http://docs.flexunit.org/index.php?title=Ant_Task document. My environment is now:...
View ArticleFlex Unit -Async Test for Remote Class
Hi all, I am new to flex unit , i need to write testcase for class which contains multiple of remote object request.Can yo help me guys with any sample. Thanks karthy
View ArticleFlexUnit report XML format deviates from that of JUnit
Folks, We are starting to get some mileage from the CI support in FlexUnit4 - thanks to all for the work on this. Currently we are using the CI builds from the FlexUnit Hudson server: FlexUnit4-Flex3.2...
View ArticleError parsing report
Hi all, I'm having trouble getting the Ant task working in Linux. The swf runs, but there seems to be an issue communicating back the test results. I pasted a full dump of the ant output below....
View Articlefirst flexunit test is always failing with Error Error #1009: Cannot access a...
Hi, I have flexunit project which I am trying to run on linux server. 1. I have Tests project.2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using...
View ArticleStatus of Code Coverage in FlexUnit?
Just curious if there is any update on this thread from almost a year ago: http://forums.adobe.com/message/2994338 We would really, really, really like to generate Cobertura-style reports from our...
View ArticleFlash Builder "unknow FLex SDK Flex Hero" problem(urgent)
Dear all, I developed my mobile andriod game in the flash builder burrito and suddenly I can't open it because of this error "Licensing for this product has expired"so I installed flash builder 4.5...
View ArticleFlexUnit is working with FlashBuilder and not working with Build file
Hi I have few flexunit test cases . When I am running those testcases from Flashbuilder FlexUnit plugin I am able to run all the testcases and when I run Build file to run those testcases , build file...
View ArticleQTP 10 not able to record flex 4 objects
Hi, I am trying to record an application containing flex4 objects using QTP 10 but could not able to do it. Below are the installations I have made:- 1. Adobe flash player version :10.3.181.342....
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 Articleproblem
This is the code I have written for testing in flexcover------------------------------------------------------------------------------<?xml version="1.0" encoding="utf-8"?><mx:Application...
View ArticleFlexUnit 4.1 Beta 1 turnkey project doesn't build
Getting the following error after setting up the project: Could not resolve <flexUnitUIRunner:TestRunnerBase> to a component implementation. flexunit-test/src FlexUnit4Turnkey.mxml line...
View ArticleflashUnit
is there an officially supported flashUnit, or must we only unit test flex applications?
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 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 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 Article