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 |
How you can find the absolute value of the number in qtp?
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
what is descriptiveprograming? how to do object identification thrugh Descriptive and is possible smart identification or not
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?
suppose i can done the project in automation tool with QTP in that time what i can say?
Why bpt?
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
Approach for Installation,comaptibility,system testing
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
what is the general issues faced while using automation tool Qtp9.0