Answer Posted / gaurav arora
Memory Leakage occurs in an application or DB if any
process/program is not releasing the memory chunk even
after the process is killed. This often occurs due to
failure of Garbage Collection () function from dev side to
retain the memory after allocating it to any process or
function.
The repurcussion of memory leakage is degradation of
system perfomance and eventually reboot of the system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of object repository in qtp?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
What is difference between run time object and test object?
What are the two types of repositories available, explain them?
wt is the use of multiple questions in QTP
What is data driver in qtp? Where we use it?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
What is Distributed testing? How does UFT support it?
Dis advantages of XML checkpoint ?
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
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
How to modify the text checkpoint?
What is contained in the object repository?
Can any one send me the QTP Basic Coding Samples?