How do you test for missing values?
Difference between overloaded functions and overridden functions
While posting gr there is a checkbox item ok. Is there any way to make it default? Will you do an enhancement in system?
What Is The Difference Between Net Cash Flow And Net Income?
How is mongodb data stored?
In SAS explain which statement does not perform automatic conversions in comparisons?
What is Cross Site Request Forgery and how to defend against it?
Have you used parallel processing and partitioning techniques in BODI to enhance job performance? Can you provide an example?
What is abs in python?
Where is windbg installed?
What is caching in siebel?
How do I rejoin a split table in word?
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 meant by stack and queue?
In Siebel 7.7, how do you add button icon in an applet?