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
How to use Environment parameterization? Explain with an example.
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How many tabs are available in debug viewer pane?
What is text check point and text area check point?
How can I change object description or check point values in qtp?
What is checking bitmaps?
How do you check ticket cost and ticket number in flight application?
What is TOM in QTP?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
How to open a new test using quicktest professional (qtp)?
How would you export a script from one pc to another in qtp?