Wednesday, May 28, 2008

QTP - Tooltip verification in Browser

In Silktest, I have done tooltip verification by using Javascript. Post Silktest - Tooltip verification in Browser

How will you verify tooltip in Quick Test Professional (QTP)? Dmitry Motevich clearly explained it in his blog. He is using FireEvent("onmouseover") to simulate mouse placing over the link and picking the value from Windows Class. I hope that we can use outerhtml to get the tooltip value from ALT attribute.

Dmitry Motevich's Post : How to capture ToolTip by QTP

No comments: