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


Please Help Members By Posting Answers For Below Questions

Which object provide information about a single runtime error in a vbscript?

590


Both Static and dynamic arrays are handled by VB script. Is it true?

601


Explain about vb script?

734


Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

1780


Mention what are the rules to name variable in vbscript?

528






How will you get the largest subscript of an array in vbscript?

591


What purpose does ‘on error resume next’ serves?

536


How are values assigned to string type and numeric type variables?

526


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)

3172


Is vbscript a case-sensitive or case-insensitive?

742


What is sql loader? Explain the files used by sql loader to load file?

606


Which operator can be used to check if two numbers are equal or not in vbscript?

634


Which function is used to perform string comparison?

547


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

849


Out of the different type of operators, which are evaluated first and last in the vbscript language?

547