Reputation: 71
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,
Generating the reports for the above mentioned scenarios would be much appreciated.
Upvotes: 3
Views: 853
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
Reputation: 6186
Its been an old post but thought I shall mention the tools that I have been using:
I have used these tools for Android Test automation. mAutomate works for iOS too ,not sure about Robotium.
Upvotes: 0
Reputation: 3886
Upvotes: 0
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