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
3101How to improve the performance of a pl/sq stored procedures or functions or triggers and packages ?
12 29680Post New TCS Interview Questions
What is transitional xhtml?
What is oracle and what are its different editions?
Explain what is the data type of the surrogate key?
How do you register plug-ins?
Explain the use of virtual, sealed, override, and abstract method?
Which are the loop types available in c#?
duties of bank finance manager
What are the different types of locking in JDBC?
How do you create a pivot table for dummies?
How do I use google cloud in sql?
Explain how you can run rails application without creating databases?
What’s the used of @outputs in angular 2?
What are the types of data types?
How to know if web server running?
What is an error?