What is the latest version in QTP?
Answer Posted / prasad r
QTP Latest version is 11.00
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the features and benefits of quick test pro(qtp)?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
after click on compose mail how can we attached a file in qtp with vbscript code
I want to do QTP Certification what is the pattern of Question paper.
Write a script to customize the test results in PDF and HTML format.
How to use conditional loops in qtp ?
Explain the benefits of quick test pro(qtp)?
Explain the views in the QTP GUI?
Which scripting language used by quicktest professional?
What are the differences between quicktest professional and winrunner?
When and why to use descriptive programming?
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
What is the meaning Work bench?