Micro Focus QTP (UFT) Forums
script for mouseover - 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: script for mouseover (/Thread-script-for-mouseover)



script for mouseover - rumitkon - 02-18-2019

Hello,

I need your help.

I have a webelement that contains a help icon. If hover the mouse over the help icon an image(picture) shows up .

I have to write a script  to prove that if i hover the mouse over the help icon an image show up below.

Can anybody help me? Thanks !


RE: script for mouseover - Ankur - 02-19-2019

How about just get the link of the image and verify that the image src is not a broken link.

Would it solve your purpose?


RE: script for mouseover - rumitkon - 02-20-2019

Hello Ankur,

Thanks for reply.

My original idea was to automate the position of the mouse to hang over the help icon and to make the image appear. Since i am a beginner, I do no know if this is the righ way.

Your suggestion is a solution, and thank you for it!