what is memory leakage?
Answer Posted / vens
When the application or program is running, dynamically some memory will be using,After completion of execution a program or application the corresponding memory should be free. Otherwise when next time execute of application getting errors.(because memory is already full).this is called memory leakage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we write winrunner language i.e TSL in QTP tool?
What is the use of ordinal identifier in qtp?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
Explain data driven framework?
how do i know how to use tools
What is the process of synchronizing qtp and aut?
what is the hierarchy to use properties in descriptive programming
Why do we use breakpoints in QTP?
What are the differences between table and db checkpoints?
what is run-time data?
For which type of projects the iterative model is not suitable?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Explain calling sub procedure.
What is difference between run time object and test object?