Thnxs a lot my friend I follow your instructions an it work fine, really thnxs
-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com]
Sent: Miércoles, 13 de Julio de 2005 10:58 a.m.
To: JMeter Users List
Cc: Peter Lin
Subject: Re: Problems with Jmeter and BADBOY
Is the Regex extractor at the same level as the samplers?
If so, it will be called for *each* sample and thus will reset the variable(s).
Put it as a child of the sampler that contains the session id.
S.
On 7/13/05, Rolando Sánchez Villalobos <rsanchez@avanticatec.net> wrote:
> Yes the session ID is passes rewriting the URL, so I use component "Regular Expression
Extractor" to catch it and then I set the name of the variable into the Path of the next http
request, this works fine, but then I need to call another page and I set in the same form
the variable of the session, but when I run the test for the http request 1 work, but for
the http request 2, didn't work
> some like this
>
> 1-login
> 2-Catch the session ID
> 3-Request 1, I set the session ID and works fine
> 4-Request 2, I set the session ID but didn't work, appear as if the session ID not exist
>
> Thnxs for your help!
>
> "It has become appallingly obvious that our technology has exceeded our humanity."
>
> Rolando Sánchez Villalobos
> rsanchez@avantica.net
> www.avantica.net
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
|