how we connect oracle or sql data server database to qtp
Answer Posted / srinivasmohan
I think, in database testing we connect oracle or sql data
server database by using ADODB.connection
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you to script when objects are removed from application?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
What is the short cut keys for the following?
Hi Samrat, Thank u very much, what u said it is right.
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
When using descriptive programming?
What is the difference between call to existing action and copy of an action?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What are parameterizing tests?
What is throw Object?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
Difference between test object and run time object?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?