Problems in Identifying MacromediaFlashPlayerActiveX objects using QTP - 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: Problems in Identifying MacromediaFlashPlayerActiveX objects using QTP (/Thread-Problems-in-Identifying-MacromediaFlashPlayerActiveX-objects-using-QTP) |
Problems in Identifying MacromediaFlashPlayerActiveX objects using QTP - lokeshkumarb01 - 05-14-2008 [/color][/size][/font][font=Tahoma][size=medium][color=#000000] Hi, We have a project to automate an Application holding MacroMediaFlashPlayerActiveX objects. I tried recording the actions performed on this application. Following is the sample recorded code for it. The problem i am facing is that the entrie page is identified as a single object, instead of individual objects. Code: Browser("TenVisible 2.0").Page("TenVisible 2.0").WinObject("MacromediaFlashPlayerActiveX").Click 892,103 The current version we are using is QTP 8.2. I tried installing QTP 9.2 and Flex Builder 3, as suggested in couple of forums, for identifying these objects. But i am facing the same problem. I followed the steps mentioned in the following link... But still facing the same problem.. Do I need to change any settings of QTP 9.2? Does QTP 9.2 has the feature of identifying these objects? If not, which version I should work on? Could anyone help me in this... any replies are appreciated... Thanks in advance, Lokesh. RE: Problems in Identifying MacromediaFlashPlayerActiveX objects using QTP - haiintel - 09-17-2008 Hi, After install Flex 3 you must install QTP add -in in add-in folder of installed Flex 3. Then open QTP and choose flex add - in, after that, you and record flash application. Note that these app must be build and follow Flex framework too. |