Showing posts with label Memory Leakage Testing. Show all posts
Showing posts with label Memory Leakage Testing. Show all posts

Wednesday 22 November 2017

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

Interview Experience with AMAZON for the role of Quality Assurance Tester

This role was for Digital/ IoT/Mobile Application based testing :)  Amazon is a dream company and everyone wants to work for that company a...

Popular Posts