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 |
What is the difference between smoke testing and sanity testing?
1.what is the software life cycle? 2.what tools are available for support of testing during s/w development life cycle? 3.what is s/w development life cycle ? where exuctly the testing activity begin in SDLC?
If you find a crashing bug and the developer resolves it Not Repro, what would you do? What if s/he resolves it as Won’t Fix?
hi friends, i have completed course and project on insurance domain in mindq testing institution...can any working employee please tell me ,which notes( testing subject notes,project notes)i have to prefer first.i was studied both notes and getting confussion.one of my friend got job throughly only project notes and said that project notes is enough to get job.in which way ,i have to prepare interview( which important topics first ), if you are follow any strategy to interview purpose,pls send me important topics list.
11. Do you have any other questions or comments about the Web site or your experiences with it?
HI everyone, I'm new software testing.I want to learn manual testing. can any one help me how to practice the manual testing. I know some basic of manual testing.I want to practice. Please can any one tell me suggested sites,projects or any book or any guidence.
Write or explain 3 testcases you executed recently with detailed descriptions ,steps to reproduce & explain what results they gave when you executed on a recent build?
Explain the difference between integration testing and system testing with real time examles?
while reading specification documents if u got any doubts or u think the specification should be clear or when u think some changes should be there in specifcation docs, or u find the difference in FRS and Design docs,whom do u report this??
What is the difference between static and dynamic testing?
Acceptance testing is designed whether or not the software is FIT for the user to use. The concept of FIT is important in both design and testing. There are four components of FIT. State these 4 components?
What is a Scenario Matrix's document?