tags:

views:

93

answers:

2

I m struggling a lot to automate flash using selenium. Can any one please give me a sample flash application code (methods) and the selenium code to automate the same.

+1  A: 

Selenium can not automate applications that work within their own blackbox in the browser. This means that Selenium can not test Silverlight and Flash.

There is Flexmonkium which is a Selenium FlexMonkey bridge that you could use. There are details about it here

AutomatedTester
A: 

Other well-known free/affordable options for Flash/Silverlight Testing are either to use a simple Windows macro recorder like AutoHotKey or the iMacros Scripting Edition with its Image Recognition features. The later allows you to run/test several instances at once while a macro recorder is limited to one instance per desktop.

SamMeiers