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
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What are the valid scopes of a variable in vbscript?
what do you mean .ota mobile format
how to set one column as primary key in QTP and fetch values accordingly
When does ‘on click of button’ event gets triggered in the vbscript language?
What are the different types of loops available in the vbscript language?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
When to use function procedures and what are its characteristics?
how does vb script help in web page designing? explain with example.
Illustrate briefly about the different types of statement
What are the advantages of vbscript?
Which function allows you to instantiate an object given its programmatic identifier or progid?
How do you declare a variable in vbscript?
What is the difference between for loop and while loop?