![]() |
FireEvent problem - 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: FireEvent problem (/Thread-FireEvent-problem) |
FireEvent problem - unbeliever - 01-04-2010 Hello, I have the following problem: Can't get tooltip text in .Net application. I start object spy, navigate to window with application, hit ctrl and point mouse at the object, but no tooltip popped up no matter how long I wait. When I work in the application without qtp tool tips pop up correctly. Can you please advise me how to identify such tool tips? QTP version: 10.00 RE: FireEvent problem - upadhyay40 - 01-06-2010 Hi unbeliever, Code: ' Place mouse cursor over the link try this, u might solve your problem, if you have any more further query let me know Thanks Mahesh RE: FireEvent problem - unbeliever - 01-07-2010 Hello, Thanks for trying, this solution does not work for me, I can identify WebElement in my SUT and even FireEvent does not throw any error in code, but: - I can't see tooltip during test run - on line ToolTip = Window("nativeclass:=tooltips_class32").GetROProperty("text") QTP generates Run Error. I want to check properties of that object and to find out what can be done. Additional info: this is .NET application. RE: FireEvent problem - Saket - 01-07-2010 Checkout this thread if any of the solution helps you. RE: FireEvent problem - unbeliever - 01-07-2010 Looked through, tried something, but the bottomline is that it's not doable. Thanks for help, anyway |