Imran
Imran

Reputation: 21

JMeter: Recording tests without proxy server

At the place where I am working, proxy settings are not allowed. Is there any way by which I could record HTTP sessions and use them in JMeter during replay?

Upvotes: 2

Views: 10556

Answers (2)

user5820746
user5820746

Reputation: 1

Firstly which browser you are using, if using chrome use BlazeMeter chrome extension, download it from google it is free

Secondly if using forefox use the configure the recording controller in your test plan and then use HTTP test script recorder it will work

Upvotes: 0

Dmitri T
Dmitri T

Reputation: 168147

There is a Google Chrome Extension which allows HTTP Requests and associated cookies, headers, think times, etc. recording right from browser without having to worry about proxies and SSL certificates.

Another option is using BadBoy software which can export scripts to JMeter.

However there should not be any problem to launch a JMeter proxy on your workstation as it doesn't broadcast anything hence shouldn't be visible.

Upvotes: 0

Related Questions