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
I need to learn who the major stakeholders are in each of the 7 stages of the SDLC. What is the best online resource?
What is high order tests?
What is the difference between the white box, black box, and gray box testing?
How we will do DataBase testing through Qtp application, i know two things 1)Import date from sheet2)Database Check points. But Interviewr asked me How to Run Queries from Qtp Application?Plz Any Body Exlain about Data Base Testing.Urgent.........Advanced Thanks
What is customer (end user)?
What is brainstorming?
What is positive testing?
What is non-intrusive testing?
difference between various black box testing techniques and which test technique is used where????
could you please send me the ISTQB Material to my mail id ankurcsc@gmail.com
How you will write test cases for integration testing?
What is a 'walkthrough' in Software Testing?
Explain dynamic testing?
What is test documentation?
What is assertion testing?