how to capture tool tip in QTP and which check point is
needed
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
Use the ?alt? property of that object.
msg=browser("MSN.com").Page("MSN.com").Image("Deadliest
Cars // Crash").GetROProperty("alt")
msgbox(msg)
The checkpoint for this is standard checkpoint.
While creating standard checkpoint, it will list out all
properties of the object. Select the "alt" property to
check tool tips
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / raja srinivas
through accessibility checkpoint we can test it
| Is This Answer Correct ? | 2 Yes | 1 No |
hi friends can any one provide me the project in qtp because i have to attend to interview within one week atleast you provide the website address which provide the qtp projects
get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute
Explain about business process component? types and usage?
What is synchronization point in QTP?
what is memory leakage?
16 Answers ITC Infotech, Panamax, TIT,
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
How can we use XML in QTP?