Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


which test is used for memory leakage?

Answers were Sorted based on User's Feedback



which test is used for memory leakage?..

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

which test is used for memory leakage?..

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

which test is used for memory leakage?..

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

which test is used for memory leakage?..

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

which test is used for memory leakage?..

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

which test is used for memory leakage?..

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

which test is used for memory leakage?..

Answer / manikya rayudu

Smoke test...

Is This Answer Correct ?    2 Yes 4 No

which test is used for memory leakage?..

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

Post New Answer

More Manual Testing Interview Questions

what are functional and non functional requirement of SRS document..

6 Answers   Logica CMG, Sharp,


What is the example of Integration Testing?

11 Answers   Object Orb, SQL,


if you have a test cases please send me on singhajay7786@gmail.com thanks in advance.

0 Answers  


Why did you choose the Software Testing Field?

0 Answers   TCS,


how is security testing done in ecommerece application?

1 Answers  


What is Finite state Machine in Testing? What is High Availability Testing? What is Incremental Regression Testing? What is sensitivity Testing? Plz Reply ASAP.

1 Answers   Qwest,


What we normally check for in the Database Testing

2 Answers   Crea,


Tell me about any quality efforts you have overseen or implemented. Describe some of the challenges you faced and how you overcame them.

1 Answers   CTS,


what is independent question and what is retriewing and what is problem of severity.

0 Answers  


what are the reasons is commonly cited as the primary benefit to Test-Driven Development?

1 Answers  


What is STLC?

3 Answers   RBS,


wht is the diff bt patch, build and version?.developer will send to test weather patch or build to tester?

5 Answers  


Categories