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
How can i initiate the objects to find uniquely in OR
Explain the concept of how quicktest professional identifies object?
What are the different attribute used with regular expression?
What is the difference between a Function and Action in QTP?
Differences between quicktest professional (qtp) and winrunner?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
what is run-time data?
How do you synchronization point through DP?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Explain the difference between call to action and copy action?
What are the check points can be inserted without recording?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?