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
Without using gui map editor we can recognize the application in winrunner ?
What are the general steps involved in the data driven framework?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
what is error and fault in terms of software quality?
Can launch two instances of qtp on the same machine?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
What is the difference between per-action and shared?
How to open a new test using quicktest professional (qtp)?
how to know no.of mails in our g mail by using vb-script
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Can any body please tell me the steps of keyword driven framework of QTP.
Did QTP prove efficient for your project? Yes or No, explain?
Can we use index on view?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
what is keyword driven testing in qtp?n how is it useful?