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 |
Explain the V-Model?
Hi can any one please tell me about firmware testing and test harness please
Daily howmany bugs will you find and what types are they?
Raju has two candles with same size ,differ in thickness, one burns 6 hours and other is 4 hours, before going to bed, raju has observed that one candle is double than other. After how many hours he has seen that?
When should 'regression testing' be performed?
What is CDB?
2, 10, 30, 68, 130, _____
18 Answers Bayer, EA Electronic Arts, GTS, Infosys, NASSCOM, TCS,
What is the difference between Product-based Company and Projects-based Company?
What are the layers of FCOE Protocol?
What is scenario-based testing?
What is compliance testing ?
What is process and procedures?