Reputation: 1
Postman Collection that i run isnt appearing in jmeter i changed the proxy in postman and jmeter but still im facing the same problem
Upvotes: 0
Views: 302
Reputation: 82
Upvotes: 0
Reputation: 168092
Make sure to start the HTTP(S) Test Script Recorder, you need to click the "Start" button
If your Postman test is using HTTPS protocol - you will additionally need to install JMeter's certificate into postman
the file is called ApacheJMeterTemporaryRootCA.crt
and it's being generated in "bin" folder of your JMeter installation when you start the HTTP(S) Test Script Recorder
Assuming all above steps are successfully implemented you should be able to record the Postman collection execution in JMeter. See How to Convert Your Postman API Tests to JMeter for Scaling article for more comprehensive instructions if needed
Upvotes: 2