How to capture data from images in QTP and produce them in
Excel sheet ? please ans...

Answer Posted / pravati

text=Browser().page().image().getroproperty("alt")
msgbox text
set excel=createobject("excel.application")
excel.application.visible=true
excel.workbooks.open("path")
set mysheet=excel.Activeworkbook.worksheets("sheet2")
mysheet.cells(1,1)=text
excel.Quit
set excel=nothing
set mysheet=nothing

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the diffrence bw qtp architectute and qtp framework?

1541


What is object spy in quicktest professional (qtp)?

544


HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com

1539


Hi,All How to create a link in excel sheet using qtp

3003


I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.

1628






Explain advantages and disadvantages kdf?

527


Object repositories types, which and when to use?

579


tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?

1529


what the difference between shared repository and per action repository?

550


What is the extension of the qtp local repository?

568


What are the data types in qtp?

667


Should have experience in framework means?

1417


What are the different types of recording modes?

538


what frame work you are following?

1527


hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me

1758