'for Web Elements
msgbox browser("browser").Page("pagename").WebElement("webelementname").Object.title
'for images
msgbox Browser("browser").Page("pagename").Image("imagename").GetROProperty("alt")
'for Links
x=Browser("browser").Page("page").Link("linkname").GetROProperty("OuterHtml")
temp=split(x,chr("34"))
ToolTip=temp(1)
msgbox ToolTip
Monday, June 10, 2013
Capture ToolTip from QTP
Best practices for test automation in agile software development
Agile software development is a highly iterative and collaborative approach to software development that emphasizes flexibility and a...
-
Agile software development is a highly iterative and collaborative approach to software development that emphasizes flexibility and a...
-
Test-Driven Development (TDD) is a software development approach that emphasizes writing automated tests before writing the code. The appr...
-
Artificial intelligence (AI) and machine learning (ML) are transforming the field of software testing by enabling faster and more accurate...