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 is the role of tester in SDLC cycle ( in each phase )
What is Defect Density?
what are the 3 test tool categories and describe what each can do.
can any one please give bug reporting format of bugzilla ?
various scenarios in any banking project.please give this in detail.
what is scalability testing
What is mean by Functional Testing? How will you do functional testing for Yahoo Login page?
Does anyone have any good examples of some acceptance criteria for non-functional requirements?
how many web pages in your application?
Integraton testing
1.What are the difference b/w client & server?
What is CMM and CMMI?