How to capture data from images in QTP and produce them in
Excel sheet ?
Answer Posted / 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 |
Post New Answer View All Answers
Tell me about your project? please help me how to tell about insurance project
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How many types of trigger events are there in qtp?
Analyzing the checpoint results?
What is qtpro?
Explain the parameter in qtp?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
In qtp is it possible to check broken links of a page?
How to test background color and dynamic images during run time can you put the check point for moving objects?
Where we use data driver in qtp?
How to test login module with different username and password by using data driven testing in QTP?
How you can delete excel file in qtp?
What are the key points to create a framework in QTP for oracle forms?
What do you mean by iteration?