Hello all, I've searched through everything that I can find on Flex Automation + QTP. (Livedocs, Release Docs with the QTP Plugin, Flexcoders, Googling...) Fact of the matter is there's little to no examples on automating highly custom ized component or applications. Really the only substantial example I could find was the RandomWalk example referenced in the Flex Docs and that was a Flex app.
1. Does anyone know of any more good examples/tutorials/samples of Flex Automation + QTP + custom components? Also, I've been playing with automating a lightweight AS3 project with the ability to work with QTP functional testing. I understand there are certain libraries I need to include, certain interfaces that I need to code against, and certain things I need to do: libraries: automation.swc, automation_agent.swc, qtp.swc, framework.swc - (for IAutomationObject) interfaces: IAutomationObject need to run on init --> Automation.registerDelegateClass(ClassName,DelegateName); Has anyone attempted automating a lightweight AS3 Project that: - works with QTP - does not use UIComponent (instead, lightweights such as Sprite) - does not have a heavy root component such as Application If so do you have any tips, samples, or pointers you might want to provide? Thanks! -Jun

