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
Does VB/Win make standalone .EXE files?
Mention how to assign a date value to a variable?
Which in-built function is used to format the number in the vbscript language?
How can you destroy an object in vbscript?
How to create a cookie using vbscript?
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?
Mention how to create a cookie using vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
What is the extension of the vbscript file?
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)
How to Convert Hex color code to color name in VB Script?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
In html file what is an ideal position to include vbscript?
Explain about the support of asp for vb script functionality?
What is the difference between do until loop and do while loop?