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 |
What is the difference between test scenarios and test strategy?
What is difference between Agile and V model? Explain
What is static analysis?
What is software risk?
hey guys ... since i have just started my career i need to know whether testing has a good career or not .. ?
What the meaning of code walk through is?
What is metric?
Hi All My name is Kiran Krishna, Can I know what are the basic testing scenarios that we need to include in the application that is hosted on the Clustered environment of weblogic 9.2 version. Oracle version is 9 OS : Window 2000 Basically I needs some General testing steps to test the hosted application . Please help me out and send me the suggestion at Kiran.Krishna@arisglobal.co.in or Kirank_k@yahoo.com
what is SEI?
In MSBI also we need to write test cases please tell me because iam new to msbi
Explain what is testing type and what are the commonly used testing type?
What is the common risk that leads to project failure?