JMeter script - not downloading png, jpg, woff

320 Views Asked by At

My JMeter script doesnt download woff, png, jpg. I checked script and all of config elements, no where I am specifying not to downlaod them but still it's not downloading them. Can anyone tell me the reason.

1

There are 1 best solutions below

2
Dmitri T On

You need to "specify to download them", JMeter won't do it automatically.

  1. Add HTTP Request Defaults configuration element (if it's not there yet)

  2. On "Advanced" tab tick Retrieve All Embedded Resources from HTML Files and Use concurrent pool

    enter image description here

  3. It's also a good idea to add HTTP Cache Manager to replicate browser behaviour when it comes to handling resources caching

More information: Web Testing with JMeter: How To Properly Handle Embedded Resources in HTML Responses

Demo:

enter image description here