A J
A J

Reputation: 1545

Jmeter proxy setup issue

I was trying to enable recordings in JMeter. For that, I was following this document: http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf

I couldn't find workbench option in my JMeter as I am using Jmeter 4.0. enter image description here

So I added HTTP(S) Test Script Recorder to my Test Plan. But couldn't proceed with step 11, as I couldn't find any “URL Patterns to Include”.

Below is my JMeter UI: enter image description here

How can I proceed from step 11? Any help will be highly appreciated. Thanks in advance.

Upvotes: 1

Views: 252

Answers (1)

Ori Marko
Ori Marko

Reputation: 58774

TL;DR click on Request Filtering tab

Workbench was dropped in JMeter 4 so you can add it under Test plan.

JMeter's Componenet reference holds the latest updates

  • Notice that JMeter 5 also improve the recordering, so it advised to use the latest version:

Recording feature has been improved to provide a popup that is always on top when you navigate in browser allowing you to name transactions while you navigate in your application.

So regarding step 11, naming has changed to Patterns to Include:

Patterns to Include Regular expressions that are matched against the full URL that is sampled. Allows filtering of requests that are recorded. All requests pass through, but only those that meet the requirements of the Include/Exclude fields are recorded. If both Include and Exclude are left

For quick setup use JMeter's Templates which have Recording template

Select Templates… on the menu bar

Select Recording template on the list

Upvotes: 1

Related Questions