Another probably newb question ....

Is there a way to get user defined variables to work inside of
interleave controllers? I tried plain User Defined Variables inside of
the interleave, and when that didn't work, I tried using simple
controllers to hold them, still no go.

Some details:

I've got a loop controller with an interleave and samplers inside of
it.  I wanted to put variables in the interleave for the samplers to
use...but all the ways I've tried only use the last value.

ascii graphics to try and explain what I'm doing..


Loop (4 times)

--Interleave
----User Defined Variable 1
------area=hi
------index=1
----User Defined Variable 2
------area=thing
------index=2
----User Defined Variable 3
------area=something
------index=3
----User Defined Variable 4
------area=other
------index=4
--end Interleave

--Sampler http://webapp.aspx?select=${index}
----response assertion contains ${area}
--end Sampler

End Loop

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to