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

key word driven frame work is like a folder structure Question is that where is the folder like funtion library folder,object repository,data base,application scenerio folder etc are store whether in a remote machine where we have to access or in our machine (it just like VSS)

0 Answers   Kanbay,


How u call functions in QTP Function to calculate the length of characters in a wor

2 Answers  


Hello Everybody, How to maintain the page state in QTP. My scenario is: 1. I opened a notepad file. 2. Entered some text in the notepad file. 3.And changed the font type and color of the notepad file. And saved that. 4.Now next time when I will open the notepad it is showing the changed font type and color, rather than the default values. Please provide the code. Thanks, Gaytri

5 Answers  


Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.

0 Answers   Logix,


suppose we recording a web based project so for that we are using internet explorer after that if we execute that script in netscape then script will execute or not and one more thing is to exeute the script in any browser what to do

2 Answers   DigiTech,






hi i have one doubt i have 4 yrs exp in testing and iam working one mnc in north but i have completed my degree correspodene is the companies are accept in south side some people are tellig they won't agree but i need correct answer plz let me know which companies are taking and not taking thanks in advance

8 Answers  


How to access values from Unix OS and how to write..

1 Answers  


Object recognition in QTP is based on which model ? a) COM b) DCOM c) DOM d) None of the above

2 Answers   Ordain Solutions,


Suppose U change the script whether it affect the object properties of the object in the object repository

4 Answers   IBM,


Tell me the situations where we will use Data Driven?

2 Answers  


What are the different types of recording modes in qtp? Which will be used when?

0 Answers  


what r advance features u had done in QTP?

3 Answers   HCL,


Categories