0 votes
in QuickTest Professional (QTP) by
recategorized by
How do you capture tooltip using QTP?

1 Answer

0 votes
by

ool Tip capture method varies depending on the type of object this tooltip appears for. It could be for links, images or any other web elements.

  • For web elements use: Object.title property.
  • For image: Image(“some name”).GetROProperty(“alt”)…..etc.

Related questions

+2 votes
asked Jan 14, 2020 in QuickTest Professional (QTP) by GeorgeBell
+1 vote
asked Apr 12, 2020 in QuickTest Professional (QTP) by amita rallin
...