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 are the web designing tools ?
Hi All I want discuss abt Testing tools is any one available online in google chat?
What is a maturity level?
What is Forward and Backward compatibility? How will you write test cases for compatibility testing?
1.when do we start testing and explain briefly please assp 2.when will we stop testing friends tell me immediatly
Hi, Friends, Can any one help me to------ how to write DataBase Test case or how to test database.I'm new in this field.I will do manual testing for a web side but don't know database testing.Plz Help me.Just alter or update the statement in db SQL like Update database db_name , Select * from table_name
what is the difference between regression testing and retesting?
how to execute manual test cases?
How do u write integration test cases?do u have any special format?
What is QA and QC ? Tester's are coming under QA or QC ?
how to prepare Test Environment for an application ?
how we will decide test effectiveness and test efficiency?