0

I have got swing app which calls JBoss deployed applicaton servlet. I was testing JMeter Recording but as far as i know this approach requires browser to send requests. Is it possible to record traffic from another kinds on clients (ie. swing) using JMeter?

What I need is a way to see incoming http requests to JBoss server.

Thanks for any help!

Paweł Dulęba
  • 1,048
  • 1
  • 13
  • 25

1 Answers1

1

You can configure your swing app to use JMeter's proxy server - it'll allow to record what you want.

See Java Networking and Proxies in order to learn how to configure your swing application to use JMeter's proxy server and Load Testing Mobile Apps. But Made Easy. guide to get the whole idea on how you should set up your recording environment, just substitute mobile device with your swing app.

Hope this helps.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133