Can I import a excel sheet in Action1 datatable? How?
Answer Posted / kiran
yes u can import an excel sheet into datatable
datatable.importsheet("path of excel file",excel sheet name",sheid)
for ex:datatable.importsheet("c:\products.xls","sheet1",2)
hear 2 means: action sheet id
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
give me an example where u used good judgement and logic in solving a problem
What are the different types of qtp test assets and their extensions?
How to open a new test using quicktest professional (qtp)?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
wht type of User defined functions or Java Releated functions do we write in VB scripting
How to find array size in qtp?
How many types of parameters are available in quicktest professional?
How to get popup error message.
How to start recording using quicktest professional?
How to creating an output value using quicktest professional?
How to capture a window in QTP?
What are table and db checkpoints?
after click on compose mail how can we attached a file in qtp with vbscript code
how do i know how to use tools
Does QTP record on Objects created on XWindows Environment?