which test is used for memory leakage?
Answers were Sorted based on User's Feedback
Answer / sridevi
Endurance testing checks for memory leaks or other problems
that may occur with the prolonged execution.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / hemant nagar
Its a type of performance testing comes under stress
testing. Mainly occures in embedded systems where Physical
memery is not as like a PC. you can not create test
scenerios for this type of testing and cannot write test
cases for this.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / pravin v kumbhare
It is a concept of Performance testing. Memory Leakage
means sometimes it may happen that allocate memory for
Variable so memomy space is allocated to that specified
Variable but after using this memory space then it should
be deallocate that memory space. But question is how we
will deallocate this space. This is happening in all
Languages but diifference is that, in Java and .Net
terminilogy used Garbage collection which is working
implicitly through garbagecollection() method; it works in
background after specified duration of time and make that
memory free which is not in used, but in C and C++
programming prrogrammer has to handle explicitly through
coding. Results it increase Performance of your Application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajesh, infosys
Endurance Testing: Checks for memory leaks or other
problems that may occur with prolonged execution.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / karthick shankar, logica cmg
Hemant is correct, you cannot create test cases for this
type of testing in performance testing you cannot do
scenerio based testing like you are performing for
functional testing. sometime programmers are doing this
testing using PERL scripting. Memory leackage bugs are
generally occurs in C++ language only.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / gopal
Hi Friends,
DEFECT LEAKAGE is nothing but the ratio of defects escaped from one level of testing to next level.
Ex: Like Unit to integration and then to system testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rajendra
During the Stress Test:
Before going to this we should know what is meant by
Memory leakage?
Memory leakage means In some cases developers allocate
memory but forget to release it.
When a test is conducted for many days or weeks,
this problem results in allo-cation of all of the
available memory until no memory is left on hard disk.
This is the point where your soft-ware starts showing
abnormal behavior.
byee friends
rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 0 Yes | 3 No |
who prepare test plan?
How is your project connected to the Database...tell the procedure??
What type of questions may ask related to sql during interview?
When should you begin test planning?
can anyone tell me process of how the bugs r reported by testers??n after reporting bugs is the work of test engineer finished or still he has to do any thing????
define incident and test ware.
What is TEST PLAN, TEST STRATEGY, TEST SCENARIO, TEST CASE, TEST SCRIPT? can any body give me definition with example.
can anyone please clearly tell me about test scenario,test script&test case.in which levels v prepare all these?
If you have 2 versions of a software (v1.0 & v1.1) and you are testing v1.0. How do you confirm that the defects found in v1.0 have been fixed and have not migrated to v1.1 ?
3 Answers BN, Indi Shopee, Symphony,
Any body can answer Any Test engineer found any critical defect in his Testing career. anybody can let me know. Thanks in avance.
Whether we write one test case for one use case?
What are the different types of models?