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
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
How to use checkpoints in qtp ?
How to use Environment parameterization? Explain with an example.
Explain the qtp test phases.
How many types of object repository in qtp?
What contains Data Driven Framework document in qtp?
What are the automation metrice in your project?
What is environment variable in qtp and why to use it?
Without using gui map editor we can recognize the application in winrunner ?
What is the qtp testing process?
Why to use descriptive programming?
How software automation specialist enter steps in the Expert View?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.