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 |
when we need testing
Test report?
What is Software reliability?
What is total quality management?
When you will deploy Fibre Channel SAN instead of iSCSI SAN?
What is Lun masking? Why it is used?
What is coverage measurement?
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
what is meant by Test suite
How would you test the login feature of a web application?
What is control chart?
While monitoring your project what all things you have to consider?