How to retrieve data from application objects?
How to handle the exceptions using recovery scenario manager In QTP?
QTP script is not working on other's machine..
What is diff. between ordinal identifier INDEX and Location?
Can you tell me any books or websites to learn VB Script for QTP ??
What is the current version of QTP?
How to get the particular property value?
Is it possible to split an action? How?
How will you test a keyboard?
While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts
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
Please mail me the license key of QTP 9.5 t v.sadangi@gmail.com ????? thx
what is difference between wait and synchronization point.