http://life.neophi.com/danielr/2007/08/flex_automation_links.html
http://weblogs.macromedia.com/amcleod/archives/2007/01/flex_automation.cfm
flx automation api
http://weblogs.macromedia.com/amcleod/archives/downloads/FlexAutomation.pdf - done:
basic intro presentation slides to testing automation. Three areas of focus: build automation, unit testing, and functional testing. Tools mentioned: CruiseControl?, Ant, FlexUnit, FlexFunctionalTestingPlugin? for QuickTestPro?
unit testing
http://weblogs.macromedia.com/swebster/archives/2007/11/unit_testing_an.html
http://www.insideria.com/2008/04/unit-testing-with-flexunit-1.html -done: looks similar to other basic unit test tutorial (using flexunit)
flexunit
http://www.themorphicgroup.com/blog/2008/06/17/better-unit-tests-with-flexunit/
http://www.insideria.com/2008/04/unit-testing-with-flexunit-1.html -done: describes two ways to launch tests with flexunit
FlexUnit the old way: http://www.darronschall.com/weblog/archives/000216.cfm - done: basic introduction to FlexUnit with cut and paste of TemperatureConverter? app. Most valuable information is how to add the flexunit.swc library to your flex project. Includes a cut and paste basic GUI test runner FlexUnit the new way: http://blog.iconara.net/2007/02/06/flexunit/
asunit
dpuint
http://www.slideshare.net/tag/dpunit
http://www.slideshare.net/Priyank/testing-cairngorm-application-with-dpuint-framework/
done: takeaway: fun fx -- similar to watir, uses ruby. create a test class, test suite, test runner. dpuint instead of flexunit
http://code.google.com/p/dpuint/wiki/Introduction done: digital primates unit and integration testing. Initially attempted to extend flexunit, but different plan. They still use flexunit. Goals: enable integration tests, ansync setup/teardown, pend on multiple async events, flexunit like, combined testrunner
riatest
cairngorm What is this? -- MVC framework for Flex
buzzword's automated testing framework
http://life.neophi.com/danielr/2008/05/adobes_david_coletta_on_buzzwo.html#more done: talks about building a custom test tool (low level) for buzzword (flash word processor. Takaway quote: " issue that if ActionScript? runs for too long Flash player freezes. " flexcover
Sprout
http://www.projectsprouts.org/
Sprouts is an open-source, cross-platform project generation and configuration tool for ActionScript? 2, ActionScript? 3, Adobe AIR and Flex projects.
http://code.google.com/p/flexcover/
http://actionscribe.wordpress.com/2008/08/12/code-coverage-for-asunit/
