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 test/qa team lead?
What is considered to be a good test?
Tell me about the risk-based testing.
I am having 1.5 years of exp. in Manual testing.What I have to do now? Should I do ISTQB Certification or Perl/Shell Scripting Languages? OR Anything else.Please Guide me properly.
Explain a good test engineer?
What are release notes and what it contents?
What is the difference between top-down and bottom-up testing?
What is the mission of testing?
What is total quality management?
What is upward compression?
What is a system administrator?
a step by step procedure on the action in testing and verifying of results is called a