On 24 June 2011 18:34, Konstantin S. <mko...@gmail.com> wrote:
>
>> No, the list is for the whole JMeter run.
>> But you could pick enough dummy names to cover the max. number of
>> variables you want to save, and always use those variables, or copy
>> the real variables into the dummy ones.
>
> I got it. But in some cases I need to save more than one variable at the
> time,

In which case you will get null for cases that need fewer than the max number.

>>
>> You can also use variables dummy samplers (e.g. Java Request) to get
>> the value saved to the file.
>
>
> I am familiar a bit with the Java Request but I don't understand yet how to
> save value to the file with it?

Samplers save data to the file based on the sample response; the Java
Request Test sampler allows you to define just about all its fields.

>>
>> And you can use the __log() function to write to the jmeter log file.
>
> This will write to log file, right? If so that will not be useful to my
> case.

YMMV

>>
>> And if you are familiar with coding, you could use the BSF or BSH
>> Listeners to write to a separate file.
>
>
> These are out of questions so far (
>
> Thanks
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to