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
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is the use of ordinal identifier in qtp?
What is standalone database?
How to run a test using quicktest professional (qtp)?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
What are the different types of functions available in qtp and explain ?
For which type of projects the iterative model is not suitable?
Why is action split used by qtp?
How to associate function library at a run time?
How you know that a test case is a regression test case
What is file database?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
how to post xml data from QTP scripts to any application?
Which recording modes need more memory?
What are the different types of recovery operation?