Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
When is idoc data transfer used?
What is difference between hashset and hashmap in java?
What is anonymous types in c#?
How will you check that your test cases covered all the requirements?
What is xmlbeanfactory?
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 DC series motor?
How to disable wordpress comments from your website?
How to handle dropdowns in selenium?
What are properties in C#?
What are static and dynamic type checking?
What is the purpose of % measurement unit?
Is complete binary tree?
How will you reverse a singly-link list?
How to test jdbc connection to sql server?