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
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
Explain about the test fusion report of quicktest professional?
what is actually contain test report? can anybody post the test report
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
How would you export a script from one pc to another in qtp?
Can I change properties of a test object?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What is active screen?
What is debugging? How you debug your script?
What is the difference between qtp and selenium?
How do you configure QTP AND Test director?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
What are the methods used in UFT to handle exceptions or run-time errors?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?