What is Memory Leak? How to test "Memory Leak" problem in
an application manually?
Answers were Sorted based on User's Feedback
Answer / swaroop kumar
Memory leak is the defect found only thru the very long
hours of load testing.
It is found when in the Application server log memory.out
messages are displayed,that means garbage collection is not
happening.
Garbage collection(GC) is nothing but once any component of
application uses the memory GC frees that memory, if this
doesn't happen then transaction time is more b/w the
transactions and there is no free space left in the memory
resulting in the memory leak.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / ooty
If you have programming knowledge then its easy to find the
problem through code, means you are a white box tester...or
else you can use tools to find memory leaks...
| Is This Answer Correct ? | 5 Yes | 4 No |
What r the input documents to the design test cases?
After testing the application May I have to keep a Test Log of the application ? If Yes then how? And What is the format for it?
Hi All I want discuss abt Testing tools is any one available online in google chat?
How will we come to know that its a bug,in what situations we consider it as a bug?
How to test Requirements?
What is the best testing tool to test an desktop application(extJS app)?
How do you test cookies?
Which are the basic challanges are face tester while doing testing?
tell me any bug which u could not able to find
Please anyone give answers for all below questions and help ? realtimers please and please share your knowledge.lot of questions left unanswered.
what is ur approach if u find a bug, while you have release in next one hour?
how to test if there are 2000 requirements ro be tested in an application ?