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 can we group that these test cases only should be automated and in which order you execute that test cases
If aclient comes to tester ask to bye a tool Keep aside about the cost,In what way we can choose the tool.
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How to test menu options using qtp
Which object repository we use in real time and can we merge 2 object repostiory and how?
What is the architecture of framework
What is the Diff between Image check-point and Bit map Check point?
QTP Data Table Having 10 records with 10 to 15 fields(lets say).now i want to get alternative records from datatable.pls can any one answer it?
What are the flaws in water fall model and how to overcome it?
What are the problems / difficulties faced when you used Smart Identification ?
What is data driver in qtp? Where we use it?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how