what type of testing is carried out to find memory-
leakages?give me a sample example.
Answers were Sorted based on User's Feedback
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 |
Answer / tester
Certain Tools like Bounce Checker can be used to check the
memory leakages.
| Is This Answer Correct ? | 2 Yes | 0 No |
What r SQA activities?
11 Answers Amazon, Call Centre, MBT,
What is dynamic analysis?
What the purpose behind doing end-to-end testing is?
Iam searching for job on testing with 2+ experience any sites are there for testing jobs and any reference forward mee....mail.id: rakeshreddi50@gmail.com
I am planning to write ISTQB Foundation level certification. If you have materials/Q&Q, kindly send to me. My mail id:jyoti.akella@gmail.com .Pls help me
which is the best institute for testing in hyd?
what is the difference in between defect age and build interval period?
what are the interviews questions for storage domain
What is test executive?
I’ve heard that Zephyr, a test management tool saves the trouble of sending weekly and monthly status reports. Is that true?
Draw the Framework Architecture of Selenium RC with combination of Selenium webdriver?
What is different type testing you done when doing webbase application.the desktop application