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 |
A type of functional testing, which investigates the functions relating to the detection of threats, such as virus from malicious outsiders?
what is the difference between the normal testing and embedded testing?
What is cause-effect graphing?
What is issues?
What is use of SCSI-ID?
Your company is about to evaluate its own performance. What type of audit is it conducting? 1. First-party 2. Second-party 3. Third-party 4. Intrinsic 5. Extrinsic
IF i have two columns in Database , While using Database output value ,allthe values in the two column are set as a single row in the QTP datatable, can u suggest me a idea so that QTP Runtime datatable displays the values as it is in the database
what are release plan components?
I am new for software testing field and learned manual testing and testing tools and have knowledge in java,oracle,c++ and datawarehousing concepts.I need help for interview preparation.How can I start to explain my projects Do I need to tell them with examples?
Explain beta testing?
What is the boundary value analysis/testing?
What is the model which you follow in your project? Explain it.