write a function to read the items from Combobox of Flight
Reservation
application and save in excel.
Answer Posted / pushkar1206
a=browser("vtiger CRM - Commercial").Page("vtiger CRM - Commercial").WebList("login_theme").GetROProperty("all items")
b=split(a,";")
Set obj=createobject("excel.application")
Set obj2=obj.Workbooks.Open("C:UserspushkarDesktopBook1.xls")
Set obj3=obj2.Worksheets("Sheet1")
For i=0 to ubound(b)
j=i+1
obj3.cells(j,1)=b(i)
obj2.Save
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the default add-ins in qtp?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
How to check bitmap output value?
how u will evaluate the tool for test automation?
why text area checkpoints cannot used for web applications
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
i can done the project with QTP in that time i can say how many members in my team size?
How to find the length of the string in qtp?
Explain the checkpoint in qtp?
Difference between action & Reusable action?
How to handle the exceptions using recovery secnario manager in quicktest professional?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
How smart identification works in qtp ?