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
What's the difference between vbscript and vb.net?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
what types of bugs will we find out in banking projects for automation testing?
1. How do declare public variable in vb scripts?
Which function is used in the vbscript language to convert the specified expression into a date type value?
what is resorceallocation
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Explain the scope of the variables using dim, public, and private keywords respectively.
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)
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
What are the properties of regexp object?
Write a code to print numbers from 5 to 0?
Difference between dim,public and private variables in vb script?
What is the use of the recordset object and which statement is used to create such an object?