hi friends i was tried to connect qtp with oracle database
using provider.i got a error.so anyone can help me out by
correct script
Answer Posted / shilpa reddy
I will provide u the code for it,try it once.
set con=createobject("ADODB.connection")
con.open "provider=oradb;server=Ipaddress;hoststring=stringn
ame;username=scott;password=tiger"
set com=createobject("adodb.command")
com.activeconnection=con
com.commandtext="ur required sql statement"
com.execute
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
By using QTP can we record any log files written by the application which is in execution?
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
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How many types of trigger events are there in qtp?
Will down time for server and content maintenance/upgrades be allowed? how much?
What is the difference between byref and byval in qtp?
How many types of parameters are available in quicktest professional (qtp)?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
What is reusable action?
what is review
What is the Command used to start the QTP
What are advantages of test automation?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
if our qtp vb Script may be Currepted then What we want do?