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 is functional decomposition?
How the 2 wings and body of the butterfly model of test development is represented?
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
how do you convert use cases into test cases?
Please some one answer these Q's 1.Modules in Pension Domains ? 2.What Should we Test on Pension Domain.? Thanks in Advance Stewie
What is a test closure?
What is integration testing in software testing?
What is difference between SAN and NAS? How SAN is better than NAS?
What are environment variables and explain the use of the same.
Explain configuration management?
Explain monkey testing?
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?
Explain 3 high priority test cases for the performance of MSN search engine.
What is random/monkey testing?
To test a function, what has to write a programmer, which calls the function to be tested and pass test data.