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 |
explain qtp framework by taking an example?
The hybrid framework can be implemented for any application. Is it true?
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
Can we directly automate testscripts accrdoing to requirements
2 Answers CitiGroup, Novartis,
There is web page with the webtable,this contains some data, how do you manipulate the data.
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
How will you handle the situation when object is not captured during record?
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
How to load an object to a object repository at RUN TIME ?
Can we Script any test case with out having Object repository? or Using Object Repository is a must
What is the difference between Image Checkpoint and Bitmap Checkpoint?