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

Hello friends..... On which areas of an application we can not test with QTP

0 Answers   Thatavarti Technologies,


Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?

0 Answers  


How many scripts did you have?

0 Answers  


Hi guys can any plz help me how to send fax in sample Flight Appication

1 Answers  


After i ran the Test in Batch mode i didn't get any results. Can any one let me know how it can be done?

3 Answers  






I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",

0 Answers  


What is the another extension name of library file. If that is exist than what's the difference between them.

2 Answers   Synechron,


what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".

3 Answers  


Name the different types of recording modes?

0 Answers  


Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .

2 Answers  


What does ".mst" stands for? (abc.mst)

3 Answers   Infosys,


what r advance features u had done in QTP?

3 Answers   HCL,


Categories