Niraj what exactly do u want to save ? the response from the server? Other things?
In case you want to save response from the server please use this method: 1. add "BeanShell PostProcessor" to your "http request" sampler. 2. write this line of code: String respone = prev.getResponseDataAsString(); (this will save your response into the response variable). 3. you can manipulate this variable as you like. Let me know what you want to do exactly and I will try to help you out. Br, Erez -----Original Message----- From: Nitin Rastogi [mailto:[email protected]] Sent: Tuesday, July 07, 2015 1:00 PM To: JMeter Users List Subject: Re: Saving View Result Tree from WorkBench @Felix, Thanks for your response. Recording controller saves only the http requests, not the response. How can I save response as well? Thanks, Nitin Rastogi On Mon, Jul 6, 2015 at 4:35 PM, Felix Schumacher < [email protected]> wrote: > > > Am 6. Juli 2015 12:01:20 MESZ, schrieb Nitin Rastogi > <[email protected] > >: > >Hello, > > > >All the requests/response during a web recording are saved in > >WorkBench under View Result Tree. > > > >Is there any way to save "View Result Tree" from WorkBench area? > > You can use a Recording Controller, which you could place inside a > Thread Group. > > Regards, > Felix > > > > >Re-opening Jmeter script results in losing all the request/response > >captured during recording which would still be required in case I > >would like to continue work on the pending script next day. > > > >Any thoughts? > > > >Thanks, > >Nitin Rastogi > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
