What type of testing is carried out to find memory-leakages?give me a sample example?

Questions by vibha_testing   answers by vibha_testing

Showing Answers 1 - 7 of 7 Answers

AnilBabu

  • Mar 6th, 2006
 

Hi.

Through Volume testing it is possible. i.e., An application tries to retrieve large amount of data that require large temporary buffer area. If the data exceed the buffer area the situation of memory leakage will occur and query will fail without returning any result as sorting didn?t got finished as buffer exceeds the limit.
We need to know the memory size before the test execution and after test execution by using memory related API functions or MFC functions.

Hoping that this would help you...

vibha singh

  • Mar 6th, 2006
 

Thank you so much for the answer, It really helped me......

vibha singh

  Was this answer useful?  Yes

prasad

  • Mar 14th, 2006
 

can u please expalin me volume testing, if possible with an example.

  Was this answer useful?  Yes

krajasekhar

  • Jun 19th, 2006
 

volume testing is testing the application with large volumes of data ,or the p roduction data .

 While testing a banking application, we have tested it with the accounts created by us ,a sample of 300 accounts. the search option with customer number was working fine with less response time. but when we tested the same search option with large volume of data( 2 laks accounts) , the search

response time is 20 seconds, which is not at all acceptable.

 we have to test the application with large volumes of data to find the performance related issues.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions