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 / chandu
The code for connecting QTP with ORACLE & MYSQL is same or
different ...?
if not , can any one provide the CODE
Thanks & Regards
Chandu
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is test object model in quicktest professional (qtp)?
Tell some commonly used Excel VBA functions?
what is impact analysis on regression testing?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to create a standard checkpoint ?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
How do you configure QTP AND Test director?
What is the short cut keys for the following?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
how do i know how to use tools
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Can anybody post some real time scenario in qtp? please its very urgent.