Answer Posted / m.s.patil
You can write OLEDB script:
Set Con =CreateObject("ADODB.Connection")
ConString="Provider:SQLNCLI;Server=plantdev;DataBase=QAServe
r;UID=patil;PWD=password1"
Con.ConnectionString=ConString
Con.Open
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
when a test case is written how u test using qtp
what is clean sweep?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
Hi,All How to create a link in excel sheet using qtp
Is QTP supports Unix. If yes, then how the test automation is done?
What is an expert view and keyword view?
What is ObjectParamater?
What is clean sweep?
What is synchronization? What are the ways you can synchronize?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks