1.

What Type Of Testing Is Carried Out To Find Memory- Leakages? Give Me A Sample Example?

Answer»

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.

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.



Discussion

No Comment Found