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 your test strategy?
Explain about Usability Testing in web based applications?
write five negative testcase for web application?
Negative test cases for phone camera
Hi all, Can u pls help me with some Testing mannual for Test case preparation, Test planning and for attending ISTQB Examination. Kindly provide your feedback in this mail id (gbijesh@gmail.com) Tnks & Rgds Bijesh G
what is meant by regression testing?
Find bugs in customer environment , That bugs is called 1. software Failure 2.Bugfix 3.Bugs 4.Error
Write test cases for agent login screen agent name will 4 to 20 character. password length not mention two buttons, 1-submmit and 2-Reset
If you found any high priority bug before release product then what will you do as tester if you only tester in team??
What is test metrics? give example of it.
Diffrent between Smoke and Sanity tesing?
What is Suspension and Resumpetion criteria?