hey please tell me how to retriev data from excel sheet
which puts the login name and password in the application?
plz send me the code..please help me
Answer Posted / sojan davis
IF using QTP tool, you can use Import Function
Datatable.ImportSheet "C:\.\.\Data.xls","Sheet1","Global"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which operator can be used to do an xor operation in vbscript?
what is the standards used for writing the script in QTP
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
How to Enter Values on the Command promt using VB script
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
What is the technology used by vb script?
What is the difference between a dictionary and an array?
How will you convert a string to lower case string using vbscript?
Explain about the asc function?
how to increase the values in text box in a given text box increament by two values by clicking on button
How to access array data?
did any one attended interview in applabs if you had gone through plz tell me the procedure
Which function allows you to instantiate an object given its programmatic identifier or progid?
How to delete a cookie using vbscript?
How will you get the smallest subscript of an array in vbscript?