To get data from table which method will be used in QTP
Answer Posted / mythreyi
In data table we have 2 fields like Uname,pwd
To get data from data table as
username=datatable("uname",dtglobalsheet)
or
username=datatable("uname",1)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is purpose of scripting.filesystemobject class in vbscript?
How to Enter Values on the Command promt using VB script
What is byref and byval parameters in vbscript?
what is the standards used for writing the script in QTP
What are the uses of vb script?
How will you convert a string to upper case string using vbscript?
Explain the functionality of vbscript?
Explain the operator precedence in vb script?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
What are subprocedures in vbscript?
Explain the .wsf files?
Which keyword is used to declare a variable in the vbscript language?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
What are the rules to name variable in vbscript?