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

Answers were Sorted based on User's Feedback



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

Answer / kiran

by using the textarea check point ,we can retrive the data
from the images,and then use export that value to a
datasheet.

Is This Answer Correct ?    10 Yes 6 No

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

Answer / manas

hi, we can't take the help of text area check point to
capture data and display in excel sheet,

we have to take the help of text area OUTPUT VALUE to
capture the data from image and disaply the coressponding
data in excel sheet.

Is This Answer Correct ?    3 Yes 2 No

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

Answer / tvsramakrishnachowdary

act=object heirarchy.getvisibletext
exp="the text which actually u need to check"
if exp=act then
msgbox "pass"
else
msgbox "fail"
end if

'for posting values into excel file follow below code
--------------------------------------------------------
excelsheet_object.cells(rowno,colno).value=act

Is This Answer Correct ?    2 Yes 1 No

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

Answer / chakrapani meruva

We can Capture the Data from images by using the
Text Output Value. i,e

Insert --> Output Value --> Text OutPut Value

On record mode add the Text Output Value to the script and
Run. The Image Text will export to DataTable.

Same we can export to excel by using the DataTable.Export
method.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

can we do load testing , by using QTP......?

1 Answers  


How to write business scripts using object repository with different scenarios

0 Answers  


how do you run scripts in QTP?please anyone can answer my questions

4 Answers   Ordain Solutions,


what is the purpose of SetTOProperty Method?

1 Answers   Cap Gemini, iGate, Wipro,


If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?

3 Answers  






Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

0 Answers  


Scripts for Ascending order in qtp.

3 Answers  


What is the use of an object spy tool in qtp?

0 Answers  


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

0 Answers  


How many test scripts are prapare in ur project(HeathCare Insurance).

1 Answers   Virtusa,


Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT

0 Answers   Cognizant,


suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?

7 Answers   Wipro,


Categories