1

I'm trying to record browser activities of my Android mobile in Jmeter as explained here. I'm done with all the above settings, but Jmeter is unable to record the traffic.

Is it like, mobile and laptop should be connected to same internet source (wi-fi) or is it like laptop should be made as a hotspot and the we need to connect mobile to the hotspot?

Also, please let me know if anyone has done any other settings than the one mentioned above?

4

2 回答 2

5

是的,移动设备和笔记本电脑需要在同一网络上才能让移动设备将笔记本电脑用作 HTTP 代理。您还应该关闭单元格数据(iPhone 上的平面模式)以确保您没有尝试通过单元格数据进行连接。

于 2014-06-06T17:30:15.743 回答
0

一旦设置了代理,大多数原生 android 应用程序都无法连接,少数站点也是如此,解决方案是手动将 API 添加到 jmetre 并进行测试,或者很可能需要更改应用程序配置中的连接设置为了让 jmetre 记录脚本,这基本上似乎是 SSL 问题,并且是为了保护应用程序无法访问代理上的数据。有关更详细的 blaze Meter 文档将有所帮助

https://guide.blazemeter.com/hc/en-us/articles/360000285357-Recording-Using-Android-Devices-Recording-Using-Android-Devices

于 2020-06-04T12:14:57.220 回答