Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What typecast is applied when we have a signed and an unsigned int in an expression?

549


What is moment?

3


Name validation tools used in SAS

674


Convert a string representation of list to list.

432


Do I have any control over the garbage collection algorithm?

540






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

2558


What is the difference between the repeatable read and serializable isolation levels? : Transact sql

523


Explain the difference between the truncate and delete commands?

596


how to delte g/l if transaction are updated. :- hi expertise how to delete the g/l a/c if the transaction are updated in. whether any possibility to delete. let me know. thanks in advance

1364


What is mta?

614


What id DataPage and what are its scope?

175


What are the oops concept?

568


What is the shortcut key for converting your data source to a table?

328


What is the purpose of type declarations?

665


Is there an oracle sql query that aggregates multiple rows into one row?

532