What is memory leakage?
Answers were Sorted based on User's Feedback
Answer / rohitbaliyan
A memory leak is the gradual loss of available computer
memory when a program (an application or part of the
operating system) repeatedly fails to return memory that it
has obtained for temporary use. As a result, the available
memory for that application or that part of the operating
system becomes exhausted and the program can no longer
function.
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / punam
It means that memory which is no longer needed is not released.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suyog
Is it Possible to trap memory likage problem by using Load
Runner?How Pls.explain it?
| Is This Answer Correct ? | 4 Yes | 8 No |
What is report header and what are the information contains?
hi, which opensource tool is used for load testing. Will any one guide me for learning how to do load testing. Thanks in advance
How do you measure current load levels in Load Runner?
What is the relation b/w Throughput and Think Time?
Where do u use Performance testing ?
What is extended log?
How to insert think time While we record Vuser Script in LoadRunner?
What is the use lr_abort function?
How to create a host list for a scenario?
What is rendezvous graph?
what are the risks you faced with loadrunner
HI, I have to do Load Test on web application which is having 2 logins. i.e the first login will take to the some links the first one should be one time login due to the limitations. once login need to select one of the link which will take to the main application. i have generated the script using Vuser_Init for first login when i am executing the scripts i am getting error , even i did correlation and did script in HTTP and web Click in either ways my script is not working can you please help me to get this.