load testing - Does JMeter support to test mobile application? -



load testing - Does JMeter support to test mobile application? -

can test mobile application either ios/android(native/hybrid)app using apache jmeter? if yes, what's way?

you cannot test mobile application straight i.e. how long take load, how responsive is, etc. via jmeter. can jmeter simulate big number of mobile devices talking backend server measure performance , apply client-side assertions create sure server's response not malformed.

it possible record mobile application network activity via jmeter http(s) test script recorder follows:

add aforementioned http(s) test script recorder , recording controller workbench make sure host, running jmeter , mobile device on same network (i.e. utilize wifi, not cellular info plan) , host running jmeter accessible (i.e. firewall software doesn't block port 8080) start jmeter's proxy configure device utilize jmeter's proxy. launch application , perform necessary actions when finished stop jmeter's proxy , re-create recorded requests test plan perform correlation , parametrization if needed configure thread grouping virtual users , ramp-up according load scenario. launch tests analyze results

references:

jmeter proxy step step load testing mobile apps. made easy. parametrization in jmeter guide jmeter regular expressions

jmeter load-testing performance-testing

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -