Discussion:
How to record Desktop application using Jmeter
Anil Gaur
2018-08-27 13:05:37 UTC
Permalink
How to record desktop application using Jmeter.

Any information on above ?







Thanks
Anil Gaur
Deepak Shetty
2018-08-27 16:35:21 UTC
Permalink
IF your application makes HTTP(S) calls AND it allows these calls to be
made via a proxy Then you can record it using JMeter. How you record it is
the same - run JMeter and then specify it as the proxy (using however your
application recognizes the proxy). Note that JMeter can only play back the
HTTP calls it cant really do what your desktop application does( in
general.)
Post by Anil Gaur
How to record desktop application using Jmeter.
Any information on above ?
Thanks
Anil Gaur
g***@live.com
2018-09-04 08:19:05 UTC
Permalink
You can record a desktop application just like web application, but keep in
mind that JMeter can record only HTTP
<https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP> and
HTTPS <https://developer.mozilla.org/en-US/docs/Glossary/https> traffic,
if your application uses different protocol(s) you will not be able to
record its network activity with JMeter.

Be aware that:

1. You might need to amend your *operating system* proxy settings if your
application doesn't have separate proxy configuration
2. You might need to install JMeter's self-signed certificate
<http://jmeter.apache.org/usermanual/component_reference.html#HTTP(S)_Test_Script_Recorder>
into your operating system certificate storage
3. You might need to install loopback adapter
<https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc708322(v=ws.10)>
if you're using Windows

More information: How to Run Performance Tests of Desktop Applications
Using JMeter
<https://www.blazemeter.com/blog/how-run-performance-tests-desktop-applications-using-jmeter>





--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-***@jmeter.apache.org
For additional commands, e-mail: user-***@jmeter.apache.org

Loading...