I recently announced the beta release of FlexMonkey “Reloaded.” Through this multi-part blog series, I will give you a thorough introduction to the latest version of FlexMonkey. The screencast in this post will Give you an overview of the Continuous Integration project I’ve provided on my FlexMonkey Resources page.
Need help with Flex or FlexMonkey? Contact me here!
Download the sample used in this screencast from my FlexMonkey Resource Page.









Pingback: Testing Flex Apps with FlexMonkey Reloaded
Hi Jon,
Thank you very much for the tutorials you provided.
We have noticed that when we generate FlexUnit tests from FlexMonkey Reloaded,
its generating like below instead of what you showed in the above video .
private static function setupnewAdforNetwork0001WithrequiredfieldsforpausedAdCommandArray(arr:Array):void {
var theRunnable:MonkeyRunnable=null;
theRunnable=new UIEventMonkeyCommand(‘Click’, ‘adAccelerator’, ‘automationName’, [null], ”, ”, ’1000′, ’10′, false);
arr.push([theRunnable]);
theRunnable=new UIEventMonkeyCommand(‘Open’, ‘adAccelerator’, ‘automationName’, [null], ”, ”, ’1000′, ’10′, false);
arr.push([theRunnable]);
We are just wondering which one is the correct syntax?
Please help us to get ride of this problem.
Many Thanks,
Anil
Very nicely done!
Are you planning a tutorial on how to integrate with maven\flexmojos without the ant build too? it would be really great!
Hi i have one query could u please help me , Panel control not supported for Flex Mobile Project in Flash builder 4.5. There is any alternate control to add some data dynamically (using Actin Script). please help me thanks in advance …