How to connect to the Database from QTP?
Answer Posted / surendra adapa
For Sql-Server:
"provider=SQLOLEDB;Server=servername;Databae=dbname;Userid= ;Password= :"
or
"provider=SQLOLEDB;Server=servername;Databae=dbname;Trusted-Connection=yes;" (windows Authentication)
For MS-Access:
"provider=Microsoft.Jet.OLEDB.4.0;DataSoure=Path;uid= ;pwd= ;"
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differences between quicktest professional (qtp) and winrunner?
How often were they executed?
What is active screen?
Where to use function or action?
What is a checkpoint? How many check points are there in qtp?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
Should have experience in framework means?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
What is debugging? How you debug your script?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
What are the different types of recovery operation?
What is QTP’s model for test creation?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
What are the differences between qtp and winrunner?