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

how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer

0 Answers  


To retrive the test data which tool vl use and whats basis u vl write test data? its urgent

0 Answers   IBM,


QTP WAS WORKING FINE BUT TODAY I GOT THE ERROR , THE MEMORY COULD NOT BE READ -REFERENCE MEMORY ,pPLEASE REPLY URGENT WHAT IS THE SOLUTON

1 Answers  


What is the entry and exit point of automation testing

2 Answers   Infosys,


What is Cross browser testing? Does UFT support it?

0 Answers  






how to identify the user defind varibles? plz tell me

1 Answers  


Explain the concept of object repository and how quicktest professional (qtp) recognises objects?

0 Answers  


how to merge object repositories?

5 Answers  


Is there any option in QTP to add Java add-in after instaling the QTP?

3 Answers   IBM,


how to find that tools work well with ur existing system?

0 Answers  


What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?

4 Answers   Satyam,


How many types of status are there?

0 Answers  


Categories