I have done all steps mentioned online to connect mobile to jmeter from wifi setting, certificate installation and also mentioned my mac ip in mobile local host.After all this I can't record or connect by mobile.
Asked
Active
Viewed 236 times
1 Answers
0
Without knowing these "all steps" we cannot provide comprehensive answer, the most common problem is forgetting enabling full trust for the JMeter's certificate
Once you tick enable this assuming that you network configuration is correct, to wit:
- Cellular/bluetooth/usb connectivity is disabled on iOS device
- JMeter and the iOS device are on the same network/subnet
- JMeter's HTTP(S) Test Script Recorder is up and running (you need to click "Start" button)
- No firewall is blocking inbound connections to the HTTP(S) Test Script Recorder default port
8888
you should be able to record.
Alternative option is using Charles Proxy for iOS device traffic capture, once you export the captured requests as HAR file you should be able to convert it into JMeter Test Script using BlazeMeter Converter online service

Dmitri T
- 159,985
- 5
- 83
- 133
-
i am using android mobile app and jmeter5.4.1 is intalled in mac. – Jaitavya Mishra Aug 26 '21 at 09:20
-
I'm not telepathic enough to guess what "mobile" do you mean, for Android check out [Recording Using Android Devices](https://guide.blazemeter.com/hc/en-us/articles/360000285357-Recording-Using-Android-Devices-Recording-Using-Android-Devices) and [Changes to Trusted Certificate Authorities in Android Nougat](https://android-developers.googleblog.com/2016/07/changes-to-trusted-certificate.html) articles – Dmitri T Aug 26 '21 at 09:44
-
android version: 8.1.0 Oreo – Jaitavya Mishra Nov 25 '21 at 11:27