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, i have a string like "INDIA". I need to display this string vertically in Msgbox?
what is the advatages of merging of object repositories in Qtp9.0
What is the use of Accessibility check point?
Is qtp supports uni-code?
Hi All As per the requirements i have to copy the data from word document to excel sheet using the QTP Note : Data in word document is in tabular format i.e there is 80 rows and 5 columns table Can any body provide code for this ? Thanks in advance Regards Test123Test
I want to clear the webedit field without using set"" in qtp script
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
in process of project exaplnation the defects are says frequently r not?
How we can import data from database?
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
what are the challenges you have faced while testing web based application using the automation tools ?