jmeter Hi folks, How to handle the below dynamic...

  • Thread starter Srinivas Reddy Chagam
  • Start date
  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

S

Srinivas Reddy Chagam

Guest
Hi folks, How to handle the below dynamic value in jmeter? London%2520%STEFFEL%abc The expected output is: LondonSTEFFEL
 
write a regex and pass these values with the help of regex auto variables.regex- "(.+?)%2520%(.+?)%abc".specify template as $1$$2$ in regex extractor