How will u integrate oracel with QTP?
Answers were Sorted based on User's Feedback
Answer / ganesan
1. create DataSourceName (aka DSN name) using "Oracle in
OraHome92" or "ODBC Driver for Oracle".
2. Select DSN name, UserID/Password to establish connection
to Oracle DB.
3. Create your own query to extract data from Oracle DB or
create DB-Check point.
Hope this will be useful for you. Good Luck.
-Ganesan.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naveen magatapalli
dim cmd
set cmd=createobject("ADODB.Connection")
cmd.open "Provider=ORAOLEDB;server=server_name;database=data
basename;userid=scott;password=sa"
IS it correct na if not then correct me.
| Is This Answer Correct ? | 1 Yes | 0 No |
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
banking project description for software tester
How to create runtime property for an object?
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
Which functionalities of QTP used in banking project?
How to Identify broken links in QTP
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
What are the technics follow in writing VB script?
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
can u store QTp frame work folders in VSS? If Not where u store those?
How to get Links count in an web application,without descriptive programming?
Given a string variable contain a full name (last name, first name), using vbscripting, how can you extract first and last name and save them into two different variables.