What is memory leak and how you will find memory leak ?
Which tools can be used to find out memory leak ?
Answers were Sorted based on User's Feedback
Answer / mandar joshi
Memory Leak is bug/issue in program or software which
doesn't allow program to release memory when it is not
required. If this memory leak continues then it will
consume entire memory from the system and system may result
into crash.
| Is This Answer Correct ? | 19 Yes | 4 No |
Answer / sunil
Memory leak is common bug in object oriented programming,
when few block of memory is been reserved by programm and
not been released even the use of that memory block is
over , called memory leak,Eg:-An object has been created in
java programm but due to some functionality of the programm
the refrence to that object has been deleted. so the object
can not be access by any way and hense hogging memory and
creating memroy leak.
Load runner tool can be used for monitoring.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / chandra shekhar bhaattarai
Load Runner is used as tool for memory leak
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / sekhar
memory leak is nothing but databases leakage,
by using ENDURACE testing we can test the DB leak,
using Automation tool is Loadrunner.
sekhar
| Is This Answer Correct ? | 3 Yes | 6 No |
Preference should be given for High priority bug or Critical severity bug?
I would like to know about the steps to follow for testing a .NET web application. Please provide detailed steps with more general scenarios.
What is integration testing?
what are the base line documents for sit and uat? what is impact testing? what is dynamic testing? what is static testing? what is soak testing?
Hi, Plz have a look on the following questions? Test Life Cycle, Regression,Performance, diff b/w system & integration, SDLC..
What is pairwise testing?
what is verification and validation?
34 Answers DRDL, Infosys, MBT,
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
what is manual testing process
how to connect your project in database?
As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?
What is the differencein validation & verification?? What we exactly do in verification & validation ????? Give an example....