what type of testing is carried out to find memory-
leakages?give me a sample example.
Answer Posted / 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 |
Post New Answer View All Answers
What are the structure-based (white-box) testing techniques?
The purpose of which is to allow specific tests to be carried out on a system or network that resembles as closely as possible the environment where the item under test will be used upon release?
What is variable trace?
Do you know what the mean of cmm and tmm?
What is the benefit of test independence?
What are the emerging trends in the testing and QA arena?
Explain cause-effect graphing?
What is non-intrusive testing?
Explain what the meaning of code walk through is?
I need to learn everything I can about the SDLC. What is the best online resource?
What are the benefits of independent testing?
What is dynamic testing?
Explain test plan?
Explain 3 high priority test cases for the performance of MSN search engine.
What is the mission of testing?