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 transactional trigger property?
What are the mv command options?
How do you say thanks?
How do you print field codes?
Explain the memtable in cassandra?
What is the use of flatmap in java 8?
Can you dynamically assign a Master Page?
explain how do you define a gdg in vsam?
What is the use of namespace in action mapping in Struts2?
You are a project manager for Safari Outfitters. Your company is going to offer a new product line in the upcoming spring catalog. Your project team has 10 months to secure contracts with suppliers, finalize the designs, get the product into the catalog, and stock the warehouse. This is an example of: A. An assumption because the project team has worked on projects like this before and know they can meet the 10-month deadline B. An assumption because the project team has a limited amount of time to complete the project C. A constraint because the project team has a limited amount of time to complete the project D. A constraint because the project team is working with a new product line that hasn't been developed before
What are directives in c?
List some of the various tools used in robotics?
How will change port of obiee answers?
What is a remote jms provider?