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 |
on what basis a tester writes test cases,i mean is it only based on FS and if so how can they know that a certain no of test cases can be written even b4 they write the test cases.bcoz a test plan contains how many test cases to be written by each tester.
what are the key components in your company testplan documents?
what type of report that you print it out from your defect tracking too when you go for the bug triage meetings? Thanks
What is Service Pack?
If developers team doesn't agree with the bug raised by you, what is the next step would you take
How to write test cases for Hotmail page?
Explain BVA and ECP?
Which methodologies, Technologies are fallowed in your company?
what is defect clustering and pesticide paradox?
6 Answers IGT, Optimus, SOS, Verifone,
qtp9.2 and qtp10.0 difference
why do you go for white box testing when black box testing is available?
what is penetration testing?