How to capture data from images in QTP and produce them in
Excel sheet ? please ans...

Answers were Sorted based on User's Feedback



How to capture data from images in QTP and produce them in Excel sheet ? please ans.....

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

How to capture data from images in QTP and produce them in Excel sheet ? please ans.....

Answer / azhar

Yes very right answer

You can only capture ALT text if provided.

Azhar Mehmood

Is This Answer Correct ?    2 Yes 1 No

How to capture data from images in QTP and produce them in Excel sheet ? please ans.....

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

Post New Answer

More QTP Interview Questions

What is the use of running the scripts in Hidden-mode in UFT?

0 Answers  


How many types of Test Plans are there...??

5 Answers  


Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.

3 Answers   TCS,


Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?

1 Answers   Crea,


Explain the check points in QTP?

2 Answers  


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.

1 Answers  


Difference between image checkpoint and bitmap checkpoint

2 Answers  


What is a Run-Time Data Table? Where can I find and view this table?

4 Answers  


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

0 Answers   EpuraTech,


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

2 Answers   IBM,


what is actually contain test report? can anybody post the test report

0 Answers   Synechron,


What does Reporter.Reortevent2 does?

2 Answers  


Categories