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 |
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
What is Object Spy?
How to find if given number is prime or not
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
setroproperty and getroproperty difference
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
what is the use of Browser.sync()
What criteria do you use when determining when to automate a test or leave it manual?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
How to test the mandatory fields in QTP?
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?