The simplest way is to use sample_variables in jmeter.properties (or otherwise) to specify which variables you want written to the result file. Other alternatives are to use beanshell listeners and write your own code or have a sampler return this as its response and use a listener to save this response to a file
On Tue, Jun 25, 2013 at 12:40 AM, Cyril SANTUNE <[email protected]>wrote: > You can use the post processors. > > > http://jmeter.apache.org/usermanual/component_reference.html#Regular_Expression_Extractor > > I don't know how to write it into file with jmeter. I know a way with > plugin but wait for other users responses. > > > On Tue, Jun 25, 2013 at 2:42 AM, umesh prajapati <[email protected] > >wrote: > > > Is it possible to extract data from the response body and if it is > possible > > can anyone please guide me through it and can we save the extracted data > > into a file as well? > > >
