On 3 December 2013 10:37, Thirukumaran Kubendran <[email protected]> wrote:
> Hi
>
> I am running jmeter from command line and would like to store request and
> response on error. because of the volume of error i think View Result Tree
> is right option.

That does not work in non-GUI mode.

> Is there any other way to go about it.

You can either add a
http://jmeter.apache.org/usermanual/component_reference.html#Simple_Data_Writer
and configure it [1] to save all the data (you'll need to use XML format).

Or you can add the Listener
http://jmeter.apache.org/usermanual/component_reference.html#Save_Responses_to_a_file

In both cases, the listener will only save responses that are in scope [2]

[1] http://jmeter.apache.org/usermanual/listeners.html#sample_configuration
[2] http://jmeter.apache.org/usermanual/test_plan.html#scoping_rules

> Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to