'Is there a way to test web application with lot of dynamic content using JMeter

I am trying to test a web application once I login into the application in the response I see a lot of dynamic content getting loaded like java script files also I could see a lot of dynamic ids are generated on every run , I tried to handle few token/id using regex but still I see lot of id's on the login response

Is there any other way to test these kind of applications with lot of dynamic values

Any comments/suggestions would be greatly appreciated , thanks in advance



Solution 1:[1]

With regards to javascript, images, styles, fonts, sounds, etc. - JMeter can handle it automatically, just tick these boxes in the HTTP Request Defaults

enter image description here

also add HTTP Cache Manager to your Test Plan to simulate browser cache.

With regards to handling dynamic IDs - the process is called correlation and there are 3 options:

  1. Handle each dynamic parameter manually using Post-Processors
  2. Use Correlations Recorder Plugin for JMeter to apply extraction and substitution rules during recording
  3. Use BlazeMeter Proxy Recorder which automatically detects and handles dynamic parameter

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dmitri T