Memory Leakage Testing for Mobile Applications
Memory Testing is the non functional testing of the Mobile Application which is performed to test how iOS,Android,Windows based application are consuming the RAM.
Following high level points are to be concerned:
- The Application should work well at low memory also,it should not lag.
- In case the memory is low and we want to install the application which require higher memory then we should get proper validation.
- Verify that your application isn’t too heavy keeping in mind your competitor’s application.
- There should be no memory leakage.
- Monitor the use of Memory by the Application using Eclipse/*Android Studio (Android Monitor) which can also help in analyzing network, GPU and CPU usage or any third party Memory Monitoring tool .
Tip: During and use and debugging of app, track the memory monitor. If the memory usage graph rises for your app and doesn’t fall even if put in background, it’s a memory leak.
*To read how we can use utilize Android Monitor in Android Studio click on the Link
Still from Android Monitor:
Image Source:Developer.Android.com |
Comments
Post a Comment