http://jakarta.apache.org/jmeter/usermanual/functions.html http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Cookie_Manager
If the data is contained in the response, you should be able to just parse it using one of the functions and regular express (aka regexp). I know it can be a bit daunting. Please post these questions to jmeter-user, so that other people can benefit from it. You can also use JMeter's proxy to record the test plan. peter On 18 Jan 2005 14:41:39 -0000, kalaivanan subramani <[EMAIL PROTECTED]> wrote: > > > Hi, > Yes, do you have any samples of it, or any related links. > whether is it necessary to create JDBC Request. or I am calling in > Servlet(is that sufficeint). > > Please try to clarify me in your convinence. > Thanks in advance > > Regards > S.kalaivanan > > > ----- Original Message ----- > From: "Peter Lin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, January 18, 2005 7:55 PM > Subject: Re: Re: Re: Please Help Me > > > > so basically you need to use responses returned from the previous page > > for the next request. Please refer to the functions. JMeter allows you > > to parse the response to use in the next request. You will also need > > to add a cookie manager to make sure the requests after login work > > correctly. If you don't, the server will think it's a new http > > session. > > > > peter > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

