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 |
Connect to QC using AOM.
What are the features of quick test pro(qtp)?
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..
What is batch testing?
Explain the features and benefits of quick test pro(qtp)?
how to write testcases for web based insurance,from the script by using qtp.
i can done the project with QTP in that time i can say how many members in my team size?
Can objects recognised without repository?
Explain quicktest professional (qtp) testing process?
What is the difference between driver-script and AOM-script?