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 |
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How to switch between browser tabs? )moving from one tab to another tab)
can i able to connect any version of qtp to any version qc
What is the file extension of the code file & object repository file in QTP?
How software tester can use constants and variables in scripts?
I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?
How can you merge two Object Repositories?
What is the Difference between copy to action and call to action?
Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)
How QA specialist can identify when programmatic descriptions are useful?
Explain how you can find length of array in qtp?
With help of object repository,we can able to write the descriptive program manually?