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
How regexp.execute method works?
how does vb script help in web page designing? explain with example.
Which event is triggered when mouse focus comes out of an element in the vbscript language?
Which date function is used in the vbscript language to find the difference between the 2 dates?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
How to add actions in driver script to run those actions in QTP?
What methods are used to create text files and open text files in the vbscript language?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
1. How do declare public variable in vb scripts?
How to Convert Hex color code to color name in VB Script?
How to open browser in vb script?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Description.Create
What are the naming conventions while declaring a variable in the vbscript language?