is it possible to check the text displayed in the tool tip
using QTP? if so, how?
Answers were Sorted based on User's Feedback
Answer / xyz
You can capture the tool tip properties using object spy.
Open the object spy and click on the button with 'hand'
icon. Now before choosing the control for which you want
to check the properties, press ctrl key and perform mouse
hover until the tool tip is displayed. Release the ctrl key
and spy the tool tip displayed.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / krishnachand
Even i 2 got the same question in Kanbay.
I asked one of my friends n he tld 2 me as we can take a
screen shot and we can work on that.
I din't tried 4 that, if possible u try
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vamshi
We can also get the tool tip like this
Browser("Button Tests").Page("Button Tests").WebButton
("OK").Object.title
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / tvsramakrishnachowdary
Uday Kumar_anem
Re: is it possible to check the text displayed in the
tool tip using QTP? if so, how?
Answer
# 3 We can also get the tool tip like this
Browser("Button Tests").Page("Button Tests").WebButton
("OK").Object.title
Is This Answer Correct ? 0 Yes 1 No
Uday Kumars answer is obsolutely corresct..
Good Uday....
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / uday kumar_anem
Use the ?alt? property of that object.
browser("MSN.com").Page("MSN.com").Image("Deadliest Cars //
Crash").GetROProperty("alt")
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / lsansuin
Re: is it possible to check the text displayed in the
tool tip using QTP? if so, how?
Answer
Try to use too GetROProperty("tool_tip_text")
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the difference between Image Checkpoint and Bitmap Checkpoint?
how your doing reporting in your script?
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
Explain the benefits of quick test pro(qtp)?
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
What is test object model in quicktest professional?
what is error and fault in terms of software quality?
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
Difference between image checkpoint and bitmap checkpoint
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
WHICH functionalities of QTP used in Banking project?