Correlation - rajendrapenumalli/Jmeter GitHub Wiki

Correlation

  • Correlation is the process of extracting some value from the response of one step into the request of another step.
  • It helps to capture and stores the dynamic value/s from response of the server and passes it on to subsequent requests
Sample Use Cases:
  1. Session ID
  2. Resource ID's (user id...etc)
Using RegExPattren Extractor
  • In general we need to extract we need to extract text/string/token between two boundaries:
Format will be <leftboundary>textToextract<rightboundary>