how to capture data from images in QTP and produce them in
excel sheet?
Answers were Sorted based on User's Feedback
Answer / tvsramakrishnachowdary
for images if alt property provided then we can get that
alt property...
but we cant capture capture text displayed on the image
| Is This Answer Correct ? | 2 Yes | 0 No |
u can use the output value for the text property of that
image.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / ycy
use the Getoproperty or Gettoproperties or method to get
value of property
object.Getoproperty("text")
| Is This Answer Correct ? | 0 Yes | 3 No |
In qtp, how you can use xpath to identify objects?
• Re –Engineering the regression testing from 0% to 60% automation. This has saved 4-mandays in every release. what doeas this statement means
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
How is the Bitmap checkpoint different from Image checkpoint?
anybody give me the real time example for descriptive programming of web application
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is TOM in QTP?
what are the mandatory properties for a tex boxc (scenario?)
how qtp handles customised object
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.