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 types of bugs will we find out in banking projects for automation testing?
Explain about the functionality of vb script?
Why is error handling required?
What is vbscript procedures?
How to add actions in driver script to run those actions in QTP?
how to automatically update the sql server2005 database records when insert in vb6?
What is loose binding? Why is it not a good practice to use it?
how to operate webobjects in a webpage using getobject function and then using generic methods?
In html file what is an ideal position to include vbscript?
What is the difference between javascript and vbscript?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Explain about adodb.stream class?
Mention how you can call vbscript functions?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Is vbscript language a case-sensitive language and what does it mean?