Flexµ¥Ôª²âÊÔ¹¤¾ß(FlexMonkey)
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/
Ïà¹ØÎĵµ£º
Application×é¼þÑùʽÊôÐÔ
backgroundImage ±³¾°Í¼ ʹÓÃEmbed(source=" ");À´Ó¦ÓÃ
& ......
µ±ArrayµÄÊý¾Ý·¢Éú±ä»¯µÄʱºò£¬ÓÃËü×÷ΪÊý¾ÝÔ´µÄ¿Ø¼þ²»ÄܸÐÖªÕâÖֱ仯¡£
ÀýÈ磺myArray.push("new value"); Õâʱ£¬Èç¹ûÒ»¸öListÓÃËü×÷ΪdataProvider£¬ListµÄÁбíÖв»»áÔö¼ÓмÓÈëµÄÕâ¸öÖµ¡£
¶øµ±ArrayCollectionµÄÊý¾Ý·¢Éú±ä»¯µÄʱºò£¬Äܹ»Í¨Öª¿Ø¼þ·¢Éú±ä»¯¡£
ÀýÈ磺myArrayCollection.addItem("new item"); Õâʱ£¬È ......
簡單µÄ來說£¬RemoteClassÊÇÔÚ編寫 ActionScript Class 檔時¸æÖª該 ActionScript Class ÊÇ對應µ½ÄÄ個遠¶¨¶ËµÄ Class 檔(·ÇActionScript),舉個Àý×Ó來說£¬ÈôÔÚ遠µØ¶ËÓÐ個 Java Object Ãû為 T ......
ÐèҪ׼±¸£º
ÔÚ¿´Õâ¸öÀý×Ó֮ǰ£¬È·±£¾ß±¸ÒÔÏÂÌõ¼þ£º
¶Á¶®ÁËʹÓÃCairngorm¿ª·¢Flex£¨Ò»£©£¬Àí½âCairngormµÄ¹¹¼ÜÊÇÔõÑùµÄ¡£
¾ßÓÐÒ»¶¨µÄjava֪ʶ¡£
ÖªµÀflex sdk4¡£
Àý×ӵĻ·¾³ºÍ¹¤¾ß£º
Flex builder 4¡£ÏÂÔØºÜÈÝÒ×ÕÒµ½¡£Õâ¸öÀý×ÓÒ²ÊÇÎÒÓÃfb4дµÄµÚÒ»¸öÀý×Ó£¬·¢ÏÖ¸úfb3ºÜ¶à²»Í¬£¬ÒªÖØÐÂѧϰ£¬Í´¿àµÄתÐͰ¡£¬Àá±¼~¡£
Mysq ......
Flex Chart ËäÈ»ÓÐÌṩÍêÕûµÄÊÔÓù¦ÄÜ
²»¹ý±àÒëÍê³ÉµÄͼ±í»á¼ÓÉÏˮӡ
“Flex Data Visualization Trial”µÄ×ÖÑù¡£
¼ÈÈ»ÊÇ AS£¬ÄÇÊÂÇé¾Í¼òµ¥ÁË
Ö»ÒªÔÚ Flex Project 內¼ÓÉÏÒÔÏ Class£º
Ò»¶¨Òª´´½¨mx.charts.chartClasses£¬¸²¸ÇFLEX×Ô´øµÄChartLicenseHandler
package mx.charts.chartClasses { ......