what type of testing is carried out to find memory-
leakages?give me a sample example.

Answers were Sorted based on User's Feedback



what type of testing is carried out to find memory- leakages?give me a sample example...

Answer / muralidhar v

The concept of memory leakage is related to allocation of
dynamic memory in the code. Whenever the dynamic memory is
used in the code for ex. in a function and the memory is
not released, one is going to get the error message
say "memory not available" if the function is called again
and again. Though the code is syntactically and logically
correct, one is going to receive the error message if the
dynamic memory is used (using new command in 'C'
Programming language, we can allocate dynamic memory) but
not released.

Is This Answer Correct ?    2 Yes 0 No

what type of testing is carried out to find memory- leakages?give me a sample example...

Answer / tester

Certain Tools like Bounce Checker can be used to check the
memory leakages.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

Actually how many positive and negetive testcases will write for a module?

3 Answers   Accenture,


What is impact analysis? As a tester how will you do impact analysis in your project?

0 Answers  


How to do Integration testing in gmail application?

3 Answers  


Hi All, I am new this site also new to testing Domain, I am BSc (CS) Student 2010 passed out. I am planning to do Testing Course, some of them suggesting QAI Certificate Course. Could any one suggest is these certificate will useful to get the Job ? or QAI sitable for whom ? Thanks Saran

1 Answers  


What is the main goal of defect prevention meeting?

0 Answers  






To test a function, what has to write a programmer, which calls the function to be tested and pass test data.

0 Answers  


What is the difference between debugging and testing?

0 Answers  


What is software fault?

0 Answers  


what r the benifits of continuous testing?

1 Answers   MBT,


What do you think is the perfect test management system for test service vendors like me?

1 Answers  


What is pdr - peer design review?

0 Answers  


what is enhancement Testing and how to perform enhancement Testing of any website

0 Answers  


Categories