How can we test android native app. using jmeter

1.1k Views Asked by At

I want to do load testing of android native app using Jmeter. I also want to get capacity of my app that how many users it can handle parallel , Is there any way?

1

There are 1 best solutions below

4
On BEST ANSWER

Use jmeter 2.12 with Java 7 or 8, it creates a crt file in jmeter/bin folder. It is the CA that creates the certificates.

Send this file by mail and open it in Android and install it.

In test script recorder, put in the dedicated field HTTPS domains, the domains you are trying to hit, see:

http://jmeter.apache.org/usermanual/component_reference.html#HTTP(S)_Test_Script_Recorder

Restart Android and jmeter test script recorder and try again.