Micro Focus QTP (UFT) Forums
Using QTP with dynamically loaded swf - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Using QTP with dynamically loaded swf (/Thread-Using-QTP-with-dynamically-loaded-swf)



Using QTP with dynamically loaded swf - QDev - 01-18-2013

I have an App that can be run in two different ways. The first way is by loading the swf directly. The other way is by loading a swf, letting the user choose where to navigate too, and then based on that loading another swf at run time. We want to be able to use QTP to inspect element within this dynamically loaded swf, but it does not work. QTP does work with the first approach though.

What needs to be done so that we can do this?

Thank you!