Answer Posted / 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 |
Post New Answer View All Answers
Name the different types of recording modes?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is QTP testing process?
Which functionalities of QTP used in banking project? pls any say answer?
Explain advantages and disadvantages kdf?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
what is run action?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Explain the parameter in qtp?
What are the features supported by UFT?
distinguish between old version and new version QTP features.
what is clean sweep?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.