what is memory leakage?

Answer Posted / narendra

If a program is using any variable during its execution,
then the memory allocated for that variable should be
released after every usage of the variable. If the occupied
memory is not released and the same program run several
times then the allocated memory will be filled. So the
program execution will fail at some point since there is no
memory available for the variable.

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

590


How do you capture tooltip using QTP?

628


Both static and dynamic arrays are handled by the vb script. Is it true?

555


Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar

2794


what is error and fault in terms of software quality?

1501






How many lines of code in each script of QTP?

4030


How do you check ticket cost and ticket number in flight application?

582


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

1681


Explain building blocks of the bpt framework ?

555


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1405


What is use of object spy?

606


Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris

1739


How to create a standard checkpoint ?

550


whow much strong on VB and C?

1477


Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma

1296