Re: jmeter to store responses in recording controller.

2011-03-25 Thread Deepak Shetty
>2. Re-run the recorded HTTP requests in testing phase and compare the responses we get now against the samples stored in step 1. Such an approach is not feasible in my opinion - You are basically stating that your website has no dynamic data at all (in which case is it static?) as well as that eve

Re: jmeter to store responses in recording controller.

2011-03-25 Thread sebb
On 25 March 2011 12:33, Vikas Malik wrote: >> Have you looked at the documentation, particularly the component > reference? > > 1. Yes Sebb, I have seen "save response to file" and tried it. The thing is, > we can not use it to store the response while we are manually playing > through proxy and r

Re: jmeter to store responses in recording controller.

2011-03-25 Thread Vikas Malik
> Have you looked at the documentation, particularly the component reference? 1. Yes Sebb, I have seen "save response to file" and tried it. The thing is, we can not use it to store the response while we are manually playing through proxy and recording. Proxy should be able to capture response als

Re: jmeter to store responses in recording controller.

2011-03-25 Thread sebb
On 25 March 2011 07:32, Vikas Malik wrote: > Hi David, > > Thanks for the response, > >>(1) Capture them all in a Results Tree sampler. I think I would do this > twice for one and two as you list below, then compare the output files > > I have many requests(test cases) in my automated test suite.

Re: jmeter to store responses in recording controller.

2011-03-25 Thread Vikas Malik
Hi David, Thanks for the response, >(1) Capture them all in a Results Tree sampler. I think I would do this twice for one and two as you list below, then compare the output files I have many requests(test cases) in my automated test suite. At the end of test-run, I want to get a list of failed t

Re: jmeter to store responses in recording controller.

2011-03-24 Thread David Patrick
Hi Vikas, To record the responses, I think you have two options: (1) Capture them all in a Results Tree sampler. I think I would do this twice for one and two as you list below, then compare the output files or (2) Use Badboy (badboy.com.au) to record the transactions in record phase. Then, af

Re: jmeter to store responses in recording controller.

2011-03-24 Thread dan
Thank you for your message. I will be unavailable until Tuesday March 29th. If you have any questions or need immediate attention please contact supp...@conceptual.ca or call 519.273.3377 I took the money and ran ;) Dan Heitbohmer ---

jmeter to store responses in recording controller.

2011-03-24 Thread Vikas Malik
Hello, I am using jmeter for functional testing the website. I am trying to store the responses while recording the HTTP request traffic using HTTP proxy server, but there does not seem to be any option in jmeter to store responses. Basically I am trying to do the following. Please let me know if