Micro Focus QTP (UFT) Forums
QTP 10.0 - Cannot record links shown when mouse over - 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: QTP 10.0 - Cannot record links shown when mouse over (/Thread-QTP-10-0-Cannot-record-links-shown-when-mouse-over)



QTP 10.0 - Cannot record links shown when mouse over - charmieaka - 03-16-2010

Hi,

I'm a beginner in QTP 10.0 with poor knowledge on programming. Right now, I'm evaluating QTP 10.0 and study if it's suitable for our web application. In our web appli, there's a lot of Menu Tab when you mouse over, sub-menu (links) will be shown. I've tried the recording and it seems that it is not recorded using the normal record mode, unless, i used Analog recording. but in analog, there's no scripts generated. Please help me if you know the solution to this issue. I've tried using the script for tool tip (configured with my appli) and its not working..

Help me solve this issue so I can continue with my task.

Thanks a lot! All help is greatly appreciated. =)

Charmieaka


RE: QTP 10.0 - Cannot record links shown when mouse over - manishbhalshankar - 03-17-2010

Hi Charmieaka,
Record the step to click on Organization in normal recording mode. Then from expert view remove .Click and use .FireEvent "onMouseOver".


RE: QTP 10.0 - Cannot record links shown when mouse over - charmieaka - 03-17-2010

It works! Thank you for your help! I never thought that the solution is can be as simple as that. Anyway, thanks for the help! =)