what type of testing is carried out to find memory-
leakages?give me a sample example.

Answers were Sorted based on User's Feedback



what type of testing is carried out to find memory- leakages?give me a sample example...

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

what type of testing is carried out to find memory- leakages?give me a sample example...

Answer / tester

Certain Tools like Bounce Checker can be used to check the
memory leakages.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Testing AllOther Interview Questions

How to write an implementation plan for our QA system with small budget, from scratch.

0 Answers  


wht is the diff b/w functional testing and intehration testing

1 Answers  


hi I want the details about the following domain *CRM *Pharmacy *Insurance *Retail&manufacture If any one knows any information about the above domain, plz explain about those domains

1 Answers  


what r the 2 subdivisions of quality process and where does tesing fit?

0 Answers   MBT,


what is the difference between 8.2 and 9.2 versions of qtp tool

0 Answers   AppLabs, TCS,






A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stages.

0 Answers  


Explain code inspection?

0 Answers  


How to find out duplicate records in a table(Query)

6 Answers   CybAge,


what is about back end testing?

8 Answers   HCL, Soffront,


Mention the difference between data driven testing and retesting?

0 Answers  


If you have an application, but you do not have any requiremnts available, then how would you perform the testing

6 Answers   TCS,


Explain metric?

0 Answers  


Categories