Recording Mobile browser operations using Jmeter tool -
i need record mobile browser operations using jmeter tool. how do this?
and need record file download scenario 1 of website using mobile browser under different network conditions (wifi, 3g , 2g) can record file downloading scenario? if yes, please let me know how do that.
i need run file downloading scenario 20 times 1 user. possible?
pls me out
- for mobile browser recording - make sure host running jmeter , mobile device on same network , device configured use jmeter host proxy. step-by-step guide see load testing mobile apps. made easy guide.
- to simulate different network types can change
httpclient.socket.http.cps
property value in jmeter.properties file. see how simulate network bandwidth in jmeter? wiki page details , values different network types - simulation of downloading file 20 times possible loop controller , save responses file test elements combination. see performance testing: upload , download scenarios apache jmeter post instructions
Comments
Post a Comment