How to connect to the Database from QTP?
Answer Posted / manohar
Dim con,rs
set con=createobject("ADODB.Connection")
set rs=createobject("ADODB.Recordset")
con.provider="Microsoft.jet.oledb.4.o"
con.open"Path of the database"
rs.open "select * (table name),con
| Is This Answer Correct ? | 27 Yes | 10 No |
Post New Answer View All Answers
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
What are benefits of qtp?
How to use the object spy in quicktest professional 8.0 version?
banking domain description for software tester for interview
How to test background color and dynamic images during run time can you put the check point for moving objects?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How many types of actions are there in quicktest professional?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What is qtp window?
What are the methods used in UFT to handle exceptions or run-time errors?
How do you delete unwanted results in qtp?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Explain object spy in qtp.
What phases are involved in testing an application in qtp?