in qtp we ve datatable look like excel ,if we want to
extract data from excel which saved in my documet how can i
get that in datatable using vb script
Answer Posted / turtlerock
Datatable.import("c:\one.xls")
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about .wsf files?
How will you get the exponent of the given number in vbscript?
How are values assigned to string type and numeric type variables?
did any one attended interview in applabs if you had gone through plz tell me the procedure
who will create the object?
Mention the environments where vbscript could be run?
How will you get the largest subscript of an array in vbscript?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
What if you do not specify anything when you call a procedure?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
What is event handling in vbscript?
what is the features of visual basic?
Explain a few date functions in vbscript
What is the use of the instr function?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..