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
3041How to improve the performance of a pl/sq stored procedures or functions or triggers and packages ?
12 29247Post New TCS Interview Questions
What does "using" do?
What is the conflict resolution window?
Explain what are the networking protocol options for the windows clients if for some reason you do not want to use tcp/ip?
Explain about sap pi - process integration?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
What are the 10 knowledge areas of project management?
How to eliminate duplicate entries in internal tables?
How big is the market opportunity? - Venture Capitalists
What are px, py and pz keys?
How to minimize the memcached server outages in your python development?
Who developed rxjava?
How is metal heavy?
What types of testing are needed?
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
What are the uses of Stored Procedure?