How to capture data from images in QTP and produce them in
Excel sheet ? please ans...
Answers were Sorted based on User's Feedback
Answer / kumar
capture the Content from the image , this can't be done
using the QTP.
This is one of the QTP tool restrictions.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / azhar
Yes very right answer
You can only capture ALT text if provided.
Azhar Mehmood
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
from where we will retrieve data for data driven tests in qtp?
What is iteration?
Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
what is test data
How many tabs are available to view your test in a test pane and what are they?
Is virtual object supported in low level recording mode?
What is an other way of "Wait" statement in QTP I dont want to use wait("Some number"). Can any one tell this please..........
where do you store the test result?
Explain how you can find length of array in qtp?
How can i learn Descriptive programming in QTP. Please reply.
How to get line numbers in your editor in expert view?