There is a table with 4 columns and 10 rows, how to write the
script to display the first column records using qtp? can
anybody help me with script?
Answer Posted / tvs ramakrishna chowdary
Set con=createobject("adodb.connection")
Set rs=createobject("adodb.recordset")
con.provider="microsoft.jet.oledb.4.0"
Con.open"d:\db1.mdb"
rs.open "select * from cal",con
Do while not rs.EOF
msgbox rs.fields(0)'o is first column
or
msgbox rs.fields("column1_name")
rs.movenext
Loop
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to export quicktest professional (qtp) results to an .xls file?
What is a reusable action?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
What is clean sweep?
How does qtp identify objects in the application?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
how to acess a test in RSA?
How to explain a banking project in interview as a test engineer???
Explain quicktest professional testing process?
Explain the difference between call to action and copy action?
What is difference between design time and run time data table?
Without using gui map editor we can recognize the application in winrunner ?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
In qtp, explain what is keyword driven automation framework?
terminal services client