On Tue, 12 Oct 2004 10:18:54 -0700, Senthil Subbiah <[EMAIL PROTECTED]> wrote: > Hi sebb, > When I record using Proxy Server, I can group a set of requests under a > single controller. > Means for every click on the browser it might have several http > requests. > Which I can put under a simple controller. > > Now at the test plan level I am able to put a set of requests under a > controller. > Which is readable. But when I run this test plan all the http requests > group together.
I don't understand what you mean by "group together" > Is there any way that I can group the requests in the report also. > For. Ex., > I click login button....the requests executed..... > > /login > /image/m1.gif > /image/m2.gif > /image/m3.gif > /image/m4.gif > /image/m5.gif > > Now it launches the home page > > Between the click of login and launch of homepage. > There are several http requests....and I want the sum of time taken for > all of this. > But my test plan has other HTTP requests also after the home page is > launched... > So how can I group these as one action or how can I take a sum of this > alone.... Have a look at the Transaction Controller and the Aggregate Listener. The output timings include the sampler name, so it's important to choose names carefully. By suitable choice of naming convention, you can then group results using a spreadsheet or XSLT or whatever analysis tool you want to use. > I hope you are able to understand my HTTP request :) > > Please suggest > > Thanks > Senthil > > > > -----Original Message----- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 12, 2004 3:11 AM > To: JMeter Users List > Subject: Re: cookie informations generated in the first thread group to > be passed to the second thread group. > > On Mon, 11 Oct 2004 16:27:27 -0700, Senthil Subbiah > <[EMAIL PROTECTED]> wrote: > > > > > > Hi sebb, > > > > Under the same test plan...can I have more than one threads? > > Yes, and you can even have multiple thread groups. > > > If yes, then I am not able to access cookie informations in the second > > > thread? > > No, cookie information is private to the thread. > A thread simulates a user session, and user sessions normally need > separate cookies. > > > Is there any way to group the requests to have a better display of > > report. > > What do you mean? > > > Please suggest. > > > > Thanks > > -Senthil > > > > > > > > > > -----Original Message----- > > From: Senthil Subbiah > > Sent: Thursday, October 07, 2004 12:42 PM > > To: [EMAIL PROTECTED] > > Subject: cookie informations generated in the first thread > group to > > be passed to the second thread group. > > > > Hi All, > > > > I want two thread groups running under a test plan. > > And I want the cookie informations generated in the first thread group > > > to be passed to the second thread group. > > > > Is it possible to have multiple thread groups under a test plan? And > > can these thread groups be made to access the cookie information? And > > can I access the value extracted from the response of one request of > > first thread group to be available for the next? > > > > Please suggest. > > > > Thanks > > -senthil > > --------------------------------------------------------------------- > 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]

