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
Connect to QC using AOM.
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
What is the extension of the recovery scenario file in qtp?
How to remove associated function library?
How do you send email with attachment from outlook using qtp ?
can i compare two databases using QTP ?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Define Canvas view of UFT?
What are the various types of Actions in UFT?
what are the limitations of smart identification in qtp 9.0
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Where we can use the analog mode and where we can use the low – level mode?
How to save your test using quicktest professional?
Explain object spy in qtp.