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
3008How to improve the performance of a pl/sq stored procedures or functions or triggers and packages ?
12 28917Post New TCS Interview Questions
What is a custom exception in scala?
What is a friend class?
How to create a simple chat app using socket.io in node.js?
What is ios deadlock?
List the types of application you can build using node js?
Explain the purpose of dd * statement in jcl?
What do you understand by the term 'normalization'? Explain the various modes of normalization?
What is the main difference between require() and require_once()?
I have a row or key cache hit rate of 0.XX123456789 reported by JMX. Is that XX% or 0.XX% ?
How do you choose an Availability Zone?
How uwb is different from firewire?
What is an impure pipe?
How do you make sparklines?
How you calculate Return on Investment on wholesalers
What does it mean to declare a function or variable as static?