1. How to capture data from images in QTP and produce them
in Excel sheet
Answer / pravati
x=Browser("").page().image().Getroproperty("alt")
set excel=createobject("excel.application")
excel.application.visible=true
excel.workbooks.add
excel.activeworkbook.saveas ("path.xlsx")
excel.workbooks.open("path".xlsx)
set mysheet=excel.activeworkbook.worksheets("shtid")
mysheet.cells(1,1).value=x
excel.activeworkbook.save
excel.activeworkbook.close
excel.application.Quit
set mysheet=nothing
set excel=nothing
| Is This Answer Correct ? | 2 Yes | 1 No |
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
How to insert a check point to a image to check enable property in QTP?
Is it possible to convert QTP scripts to Silk scripts?
Give some brief idea about a) Active x check b) Alt property check c) Applet object check d) Frame object check e) Multimedia links check f) Server side image check g) Table object check
what time u r using data driven test in ur app"
Discuss quicktest professional environment?
How to record & run on Japanese language application using english version of QTP ???
WHY U CHOOSE TESTING FIELD?
Explain the concept of object repository and how QTP recognizes objects?
whai is meant by automation testing?
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
How to Analyze the Checpoint results by Table and DB Checkpoints?