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 |
What is the use of running the scripts in Hidden-mode in UFT?
How many types of Test Plans are there...??
Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
Explain the check points in QTP?
In descriptive programming how we know the properties of the objects, if application is not developed and the prototype of the application is also not developed.
Difference between image checkpoint and bitmap checkpoint
What is a Run-Time Data Table? Where can I find and view this table?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
what is actually contain test report? can anybody post the test report
What does Reporter.Reortevent2 does?