How to capture data from images in QTP and produce them in
Excel sheet ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
i need the licence key for QTP V9.5 can anyone help me on getting this?
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance
WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN TEST STRATEGY & TEST PLAN?
21 Answers ABM, AZTEC, CTS, Infosys, Nihilent, Orange,
How Does Run time data (Parameterization) is handled in QTP?
What are the enhancements u did after recording ur script?
Explain about merging of two repositories?
Please can you give where can we get good QTP Training at Hi-Tech city Hyderabad?
What is the synchronization point in qtp?
what is meant by source control?
How do you invoke an application using the step generator in qtp?
how can i do QTP Certification can any 1 tell me . How 1 approch and who to approch
How to recognise the webelement and verifying that webelement is enabled?