Test dataProviders in 4.1 beta 2?
I'm using the 4.1 beta 2 download from here: http://www.flexunit.org/?page_id=14 I have a test using the new dataProvider mechanism: public function getDates():Array { function...
View ArticleHow do setup FlexUnit in your CI build process on 64-Bit Linux
Hello everyone. I am trying to setup FlexUnit in my build process and am using Rackspace cloud servers for my build server. I only have the option of Linux 64 bit distros or Windows 32b/64b. I started...
View Articlesource-path mismatch problem
I'm trying to integrate unit testing with our build process and failing with the following error message. BUILD FAILEDC:\Projects\project\client\FUTest\build.xml:88: Compilation failed: Warning: Source...
View ArticleHow to install adobe on my website?
Hey, I need to install Adobe on my website: http://divinecheats.com What I should to do? Thanks a lot
View Articlehow 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 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 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 ArticleDevelop BLOGGER POSTING (Android Application)
Hi, everybody ..I want to ask you some questions about FLEX.I tried to create applications for mobile devices (Android, IOS) which allows users to make posts on their blogs, especially on...
View ArticleMerging of code coverage reports
1) Is it possible to merge 2 coverage reports(.ascc)? 2) Is it possbile to overwrite/append the imported report into coverage plugin?
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 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 ArticleWhy AIR presents debug dialog at launch?
Folks, I am using FU 4.1.0.8 and the <flexunit> Ant task to run some AIR based FlexUnit tests. The version of AIR is 3.1. I have staged a filesystem in which the tests are built and launched...
View ArticleFlexUnit 4 Panel for CS5
At Max 2010, Ben Schmidtke gave a presentation in which he showed a FlexUnit 4 panel for Flash CS5. He said some Adobe engineers had expressed interest in it. Did anything become of it at all?
View ArticleError with SwfLoader and new application domain
Hi I have a test with a SWFLoader loading an application in a different application domain.Test with SWFLoader is ok when you load the application in the same application domain but when I want a new...
View ArticleError in assertEquals
Hi Everyone, I tried a simple example with timer event and once it gets complete , i call a function to check my assert. There is a for loop which checks for all the assert, but i get an error in that...
View ArticleFlex Unit 4 Beta 2 and Flash Builder
Hi I've downloaded Beta 2 and have got the sample ant task working how I want. I'm having problems running tests in flash builder though. When I right click and go to execute FlexUnit tests the...
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 ArticleTesting states in FlexUnit4
Hi, I'm trying to test a component that has a Skin with 2 states, this skin contains a Button (btnMyButton) with "includeIn='state1'" and a TextInput (txtMyText) with "includeIn='state2'". Clicking on...
View ArticleWhen running TestRunner with FlexUnit 0.9, the TestRunnerBase GUI never loads.
I am trying to get a couple simple unit tests working for my Flex Project. I created and added a .as file to my project which contains a class with a method 'testBlah'. The testBlah method just...
View Article