Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JMeter: how to display Regular Expression Extractor's results in View results in table?

Tags:

jmeter

I want to display an extracted value (or, a specified Default Value) next to sample information in View Results in Table listener, is it possible?

like image 275
kagali-san Avatar asked May 26 '12 20:05

kagali-san


1 Answers

Use Debug component.

Also, you can test your regex expression on response data using ViewResultsTree. Just select Regexp tester in the drop-down box at the bottom of the left hand panel in your ViewResultsTree listener.

like image 66
Marko Bonaci Avatar answered Sep 28 '22 06:09

Marko Bonaci