how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
Answer Posted / rajib
set conn=Createobject("ADODB.Connection")
Srvname="Driver=<>,Server=<>,UID=<>,Password=<>"
conn.open Srvname
Set Rec = CreateObject("ADODB.Recordset")
SQL="<SQL statement>"
Rec.open SQL ,conn
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the different ways to invoke an application using QTP?
How will internal and external links be validated and updated? how often?
What are metrics and matrix?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
How will you check a web application for broken links using qtp?
What is different command used in command Prompt while using QTP?
What are the advantages of Object Repository?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Can you list some technologies that support qtp?
Hi ,Can any one pleas explain how to test splash objects using QTP?
What is data driver in qtp?
how to do the batch testing in test director using manual testing procedure?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
HOw to add the recovery file at runtime to the test file .
what is impact analysis on regression testing?