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 |
how to capture tool tip in QTP and which check point is needed
What are the different properties of an web object
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
Object Repositories types, which & when to use?
i have 100 manual test cases, how to automate from no 1. ols detail steps
If enter into interviewer room? how u introduce with him. with shakehand or waht?
what are the disadvantages of descriptiveprograming
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
what is object and child object.. explain ..if possible give some example for better understanding ..
Will down time for server and content maintenance/upgrades be allowed? how much?
What is keyword view and Expert view in QTP?