How to save an extracted value to file

2005-10-12 Thread Rinke Heida
In my JMeter 2.0.3 test I extract with the Regular Expression Extractor the version of the webapplication I'm testing from an HTTP response. Problem is I cannot see after the test is done what the value of this new parameter is. In particular I would like to save the value of this parameter to

Re: How to save an extracted value to file

2005-10-12 Thread sebb
One way is to create a JavaTest Sampler and put the value in one of its fields. The __log() or __logn() functions can write to jmeter.log, but unless you save the file, it gets overwritten each time. S. On 12/10/05, Rinke Heida [EMAIL PROTECTED] wrote: In my JMeter 2.0.3 test I extract with the