Testing Flex applications with FlexMonkey 1.0
Without automation, testing the UI components of your Flex application can be tedious and time consuming. Adobe includes an automation framework in Flex to enable developers to create automated tests that operate at the GUI level. FlexMonkey 1.0 is an open source AIR application that leverages the Flex automation framework to record and play back GUI interactions with your Flex application. With FlexMonkey, your tests can drive your application views directly, making it easy to exercise the view components and the logic behind them. Integration with the automation framework is under-the-hood; you don't need to make any changes to your application source or compilation method to use FlexMonkey.
In this article, I'll show you how to get started using FlexMonkey as part of your development flow. FlexMonkey can launch your Flex application in different ways depending on your needs. It can launch your application directly from your Flex Builder project, it can connect to your application running in a browser, or it can be linked into your application. In this article, you'll learn how to launch it directly from your Flex Builder project.
开源的Flex测试工具FlexMonkey ,基于AIR,Adobe网站上有一篇快速入门教程 http://www.adobe.com/devnet/flex/articles/flexmonkey.html ,详细可以访问FlexMonkey的网站 http://www.flexmonkey.gorillalogic.com/gl/stuff.flexmonkey.html,也可以到google网站去下载 http://code.google.com/p/flexmonkey/


FlexMonkey是一款开源的自动化测试工具,基于AIR平台,用于简化Flex应用的GUI测试过程。该工具无需修改源代码即可录制和回放用户交互行为,适用于直接从FlexBuilder启动应用等多种场景。
202

被折叠的 条评论
为什么被折叠?



