Which Databases supports for QTP?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
We can use any database like Oracle, MS Access, SQL
Server,Mysql with QTP
Making Connection and one can use the database.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / vineela kiran
My SQL,MS-Access,Oracle..are the databases that supports QTP
| Is This Answer Correct ? | 3 Yes | 0 No |
what is use of optionexplicit in variable declaration
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Does quicktest professional (qtp) is unicode compatible?
give me the code to save all messages of inbox of gmail into a folder and notepad
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
What is business process testing(bpt) in qtp?
Does UNIX support QTP? If not what is the other tool used for Unix environment?
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
How does you test a weblink which is changing dynamically?
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.