Can we inherit sealed class in c#?
Draw the circuits of cb, ce and cc configurations using npn transistor.
How do you fix values in excel?
Can you mix old-style and new-style function syntax?
Explain what is the difference between Web testing and WAP testing?
What are the uses of sysdate and user keywords?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Explain the sap r/3 system architecture
Is django a full stack framework?
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 the difference btn risks & Therads in the Test plan documentation?
What do you know about viral marketing?
How to resolve the ORA-39133 error in Oracle?
What is embedded tomcat?
What is the use of arrow function in angular 2?