Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Are there any testing tools for SWF files?

Status
Not open for further replies.

BabyJeffy

Programmer
Sep 10, 2003
4,189
GB
I'm currently looking at how we can do automated functional testing of SWF files within our web application. Currently we're using Selenium (from OpenQA) to do this kind of testing for the rest of the application.

Are there any tools that you are aware of that will allow me to interact with an SWF embedded on a web page in an automated fashion?

I'm not trying to test the underlying actionscript - I want to do stuff like "click on this visible element of the SWF, do some dragging and then click on another visible element".

I haven't had any luck searching, and wondered if maybe I've just missed something obvious.

It's not a problem of money - so if you know of a commercial solution that allows this, I'd appreciate the heads-up.

Cheers,
Jeff


[tt]Jeff's Blog [!]@[/!] CodeRambler
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top