Should also work if you define it later in the same User Parameter
Pre-Processor, as the variables are processed in order of occurrence.

Just tried, and it works for me...

Perhaps in your case the pre-processors were being run in a different order.

S.
On 04/10/05, Pavel Gouchtchine <[EMAIL PROTECTED]> wrote:
> I am trying to set qa_url at another user parameters pre-processor but in
> the same Simple Control block.
>
> I just found, that if I am setting the variable at another simple control
> block which is later, the variable is set.
>
>
> On 10/3/05, sebb < [EMAIL PROTECTED]> wrote:
> > That should work.
> >
> > Where are you trying to use the qa_url variable?
> >
> > S.
> > On 03/10/05, Pavel Gouchtchine <[EMAIL PROTECTED]> wrote:
> > > Hi All.
> > > I am using User Parameter pre-processor to set the following:
> > > host = qatesthost.com <http://qatesthost.com>
> > > protocol = http
> > >
> > > Now, I want to combine these variables into variable named qa_url using
> User
> > > Parameters pre-processor like this:
> > >
> > > qa_url = ${protocol}://${host}
> > >
> > >
> > > JMeter always sets qa_url as "${protocol}://${host}" not as
> > > http://qatesthost.com
> > >
> > >
> > > Does anybody know how to make qa_url variable use pre set values from
> other
> > > variables?
> > >
> > > Thank you.
> > > Pavel
> > >
> > >
> >
>
>

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

Reply via email to