Niranjan R
Niranjan R

Reputation: 71

Performance Testing Tools for Mobile Applications

I am testing the application on Android & iOS platforms. The application uses the device mic. Network usage is used persistent.

Can any one suggest a simple Performance Testing tool to test the following,

  1. I need to monitor & analyse the Network Usage
  2. I need to analyse the Battery Consumption
  3. Need to list down the scenarios when Memory Loss occurs

Generating the reports for the above mentioned scenarios would be much appreciated.

Upvotes: 3

Views: 853

Answers (4)

yoAlex5
yoAlex5

Reputation: 34205

You should take a look at latest native Android Studio Profiler. It contains necessary tools for your purposes and they are often upgraded. Also for working with network I would like you to recommend Charles Proxy

Upvotes: 0

100rabh
100rabh

Reputation: 6186

Its been an old post but thought I shall mention the tools that I have been using:

  • mAutomate (They have been providing lots of performance graphs for memory/CPU/Network etc)
  • Robotium (I had to write hell lot of code for it :) & was not automated)

I have used these tools for Android Test automation. mAutomate works for iOS too ,not sure about Robotium.

Upvotes: 0

Colt McAnlis
Colt McAnlis

Reputation: 3886

Upvotes: 0

Ostap Elyashevskyy
Ostap Elyashevskyy

Reputation: 131

For battery consumption monitoring on Android you can use Battery Historian. It provides detailed information, uses JavaScript visualization libraries to display battery related events on a timeline with panning and zooming functionality

Upvotes: 1

Related Questions