Reputation: 4318
There is a desktop application which uses HTTP/HTTPS which needs to be done for performance testing.
I have configured Network Proxy settings -> localhost/8888
and Also configured 'same proxy in Jmeter' 8888
I am currently recording the desktop application to do few functions.. But nothing is getting captured in the Jmeter.
Some directions would be appreciative
Thanks, Chandra
Upvotes: 0
Views: 209
Reputation: 168092
Make sure to add JMeter's self-signed certificate to Windows Trusted Root Certification Authorities
You might also need to install Microsoft Loopback Adapter
Ensure that JMeter is capable of reaching out to the backend, i.e. if you're using proxy for Internet access - make JMeter aware of this proxy
More information: How to Run Performance Tests of Desktop Applications Using JMeter
Upvotes: 0