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


Please Help Members By Posting Answers For Below Questions

What is functional decomposition?

733


How the 2 wings and body of the butterfly model of test development is represented?

688


Which one of the following activities is the most efficient and most cost effective at identifying defects? 1. Prototyping 2. Unit test 3. Beta test 4. Design/code inspection 5. Risk analysis

1734


how do you convert use cases into test cases?

805


Please some one answer these Q's 1.Modules in Pension Domains ? 2.What Should we Test on Pension Domain.? Thanks in Advance Stewie

1892






What is a test closure?

658


What is integration testing in software testing?

666


What is difference between SAN and NAS? How SAN is better than NAS?

2007


What are environment variables and explain the use of the same.

1805


Explain configuration management?

800


Explain monkey testing?

644


Testing an SAP B1 -Add -on ? How?Different types of testing done, functional areas to be tested, any check list for testing SAP B1 as SAP takes care of Date fields, validation of text fields, telephone fields etc.... ?What to be tested and how?

1847


Explain 3 high priority test cases for the performance of MSN search engine.

821


What is random/monkey testing?

690


To test a function, what has to write a programmer, which calls the function to be tested and pass test data.

667