How to capture data from images in QTP and produce them in
Excel sheet ? please ans...
Answers were Sorted based on User's Feedback
Answer / kumar
capture the Content from the image , this can't be done
using the QTP.
This is one of the QTP tool restrictions.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / azhar
Yes very right answer
You can only capture ALT text if provided.
Azhar Mehmood
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pravati
text=Browser().page().image().getroproperty("alt")
msgbox text
set excel=createobject("excel.application")
excel.application.visible=true
excel.workbooks.open("path")
set mysheet=excel.Activeworkbook.worksheets("sheet2")
mysheet.cells(1,1)=text
excel.Quit
set excel=nothing
set mysheet=nothing
| Is This Answer Correct ? | 0 Yes | 0 No |
How to retrieve the object properties at runtime without the usage of GetROProperty?
anyone can explain about "Hybrid framework" in QTP
What exactly is the difference among all the three recording modes.
To which environments does a QTP support?
What is QTP?
how to write testcases for web based insurance,from the script by using qtp.
Explain what the difference between Shared Repository and Per_Action Repository
How to connect QTP to Testdirector
How to load object properties to object repository through scripting.give one example
What is Object Spy in QTP?
How to analyzing the checpoint results?
what's the difference in between function and sub and give some code as well