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

What is test/qa team lead?

0 Answers  


What is considered to be a good test?

0 Answers  


Tell me about the risk-based testing.

0 Answers  


I am having 1.5 years of exp. in Manual testing.What I have to do now? Should I do ISTQB Certification or Perl/Shell Scripting Languages? OR Anything else.Please Guide me properly.

0 Answers  


Explain a good test engineer?

0 Answers  






What are release notes and what it contents?

2 Answers   Hexaware,


What is the difference between top-down and bottom-up testing?

0 Answers  


What is the mission of testing?

0 Answers  


What is total quality management?

0 Answers  


What is upward compression?

0 Answers  


What is a system administrator?

0 Answers  


a step by step procedure on the action in testing and verifying of results is called a

3 Answers   CMC,


Categories