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 |
Have you used xml check point in your project?
want to learn real time automation project(QTP)?
How many ways we can parameterize data in QTP?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
Why do we use text checkpoint as we can make use of the same in the standard check point?
what is the difference between invoke application and system.util.run
How to record a qtp script ?
what is the another name for blackbox testing?
Hi,i have 3 years of experience in manual and Automation qtp.present i am searching for job in automation qtp 2Yrs,How to Explain the interviwer Roles and Responsibilites.please help me.
Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha
How many types of Automation frameworks are there in UFT? Describe them.
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...