QTP 11.5 doesn't identify swf objects - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: QTP 11.5 doesn't identify swf objects (/Thread-QTP-11-5-doesn-t-identify-swf-objects) |
QTP 11.5 doesn't identify swf objects - arpan - 01-02-2014 Hi guys, I'd wrote scripts on qtp 10.0 on windows xp. Now, i'm trying to run those scripts on Virtual machine which has windows 7 and qtp 11.5. Qtp 11.5 is not recognizing swf objects. When i try to do record and play, i only get windows and winobjects. Before my script looked like: Code: swfwindow().swfcheckbox().click Now it looks like: Code: window().winobject().click 9, 59 Can someone please help me out here? Thanks Arpan RE: QTP 11.5 doesn't identify swf objects - vinod123 - 01-04-2014 have you selected the flash addin while loading or let me know the add-in is installed or not RE: QTP 11.5 doesn't identify swf objects - arpan - 01-07-2014 No, i haven't. The add-ins i have are Active x, Visual Basic, and Web. |