is it possible to check the text displayed in the tool tip
using QTP? if so, how?
Answer Posted / 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 |
Post New Answer View All Answers
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How can you write the scripts that operate on different objects depending on run-time information?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
what are the limitations of smart identification in qtp 9.0
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Explain how you can find length of array in qtp?
How many types of actions are there in quicktest professional (qtp)?
what is meant by Implicit and explicit requirements?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
When using descriptive programming?
what could go wrong with test automation?
Differences between text and test area checkpoints?
can anyone tell me from where i can download qtp demo or crack version
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression