I changed the test. when I need I do the other reg ex, I created a simple controller so now -REQUEST1 -------reg ex VAR1 -REQUEST2 -SIMPLE CONTROLLER --------REQUEST3 --------------REG EX VAR 2 --------REQUEST4(NOW VAR1 + VAR 2 ARE OK)
The regular expressions are inside each request. So I dont understand why the conflict. The should only affect that particular request. I now they are different because all the other variables are ok. But now I am even more confuse because I call 3 more reg_ex. Each one on a different request. I they are all OK. the only one missing is the first one. I could send the jmx file On Thu, Oct 9, 2008 at 1:29 PM, sebb <[EMAIL PROTECTED]> wrote: > On 09/10/2008, Jose Castro <[EMAIL PROTECTED]> wrote: >> The scenario >> >> SOAP REQUEST >> -regular expression (new variable VAR1) >> SOAP REQUEST USING VAR1 >> SOAP REQUEST USING VAR1 >> HTTP REQUEST >> - regular expression( new variable VAR2) >> SOAP REQUEST USING VAR1 + VAR2.(PROBLEM VAR1 is NOW -1, VAR2 is ok) >> >> What could be happening??? >> > > Try adding some Debug Samplers to the test. > > Are you sure the RE Extractor is only being applied to the appropriate > samplers? > Remember that Post-Processors apply to all samplers in scope. > > Are you sure that you are using different names? Remember that the RE > uses the name as a prefix. > >> >> Thank you >> >> --------------------------------------------------------------------- >> 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

