Interview Question : How do you capture tool tip using QTP?
Answer :
Tool Tip capture method varies depending on the type of object this tool tip 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.
Interview Question Category : QTP