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 |
What are the drawbacks of QTP?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
What are the Features & Benefits of Quick Test Pro (QTP)..?
What is our exact stage involvement with QTP?
How can i parameterize the standard checkpoint using Excel sheet where my expected values are there?? suppose i want to test a application with diffent value and want to run 5 iteration?? for each iteration, values will be exported from excel sheet as input. Now i will store some expected values in the excel sheet, which i want to check in the application whether expected equals to actual value??? can any one help me
Could some one explain me how to create folder on the desktop from QTP?? This is an interview question
can onyone tell me how to comapre the output of two different Data Bases in QTP?
How does QTP identify an object?
HI. AnyBody can explain Automation Testing Framework...Generally wht do we Intiate before going to start Automation testing process... Anybody can explain.......Thanks in advacne...
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
What do you mean by checkpoints in qtp?
What are the technologies supported by qtp?