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.
|
feedback
|
|
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 | |||
|
feedback
|
|
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. | |||
|
feedback
|
|
You might also want to take a look at FlashSelenium. They have a working example documented. That worked for me. | |||
|
feedback
|