ChanGan
ChanGan

Reputation: 4318

Requests are NOT capture in Jmeter to run Performance Testing for Desktop application

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

Answers (1)

Dmitri T
Dmitri T

Reputation: 168092

  1. Make sure to add JMeter's self-signed certificate to Windows Trusted Root Certification Authorities

    enter image description here

  2. You might also need to install Microsoft Loopback Adapter

    enter image description here

  3. 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

Related Questions