how we connect oracle or sql data server database to qtp.
Answer Posted / deepu
Hi Ram I was your answer for this. Can you kindly let me
know in details steps on How we can connect to database. i
am using QTP9.2 and SQL Server Database. I am new for QTP
and this would be of great help.Thanks
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
how to download mercury qtp9.2 ny internet ?
Explain about the quicktest professional (qtp) automation object model?
what is the difference between data driver & data driven and driver script?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
is there any addin for remedy user application
wht type of User defined functions or Java Releated functions do we write in VB scripting
Can U Explain about QTP tool from older version to latest version also its differences?
What are the ordinal identifiers in web page?
What is the extension of qtp local repository?
What is test object model in quicktest professional?
What does it mean when a check point is in red color? What do you do?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
What VBScript operators, functions, and statements do you use in QuickTest Professional?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?