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 are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP

2 Answers   iLink,


What is the limitation to XML Checkpoints?

0 Answers  


Explain the difference between call to action and copy action?

0 Answers  


Difference between action & Reusable action?

0 Answers  


Explain the use of action split in qtp?

0 Answers  






What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?

1 Answers  


What is LoadRunner?

1 Answers   Crea,


what difference between client and server applications exatly?

1 Answers   Honeywell,


What are the factors on which script execution time is dependent?

0 Answers  


What is the difference between low level recording and analog recording mode when it will be enabled.

5 Answers   Ordain Solutions,


What is the difference between Recover Scenario(screen) and on Error Resume Next(code)

4 Answers  


What is the Diff between Image check-point and Bit map Check point?

15 Answers   CTS,


Categories