[EMAIL PROTECTED]
Sent: Thursday, December 02, 2004 1:16 PM
To: Kyle McAbee
Cc: JMeter Users List
Subject: RE: nesting constants/variables between two groups in template
To display a variable value while a test plan is running, follow these steps.
1. Add a Java Request element (a Sampler)
On Thu, 2 Dec 2004 13:16:07 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote:
> To display a variable value while a test plan is running, follow these steps.
> 1. Add a Java Request element (a Sampler) to the test plan after the
> point in the test plan where the variable is defined by an element
To display a variable value while a test plan is running, follow these steps.
1. Add a Java Request element (a Sampler) to the test plan after the point
in the test plan where the variable is defined by an element or a function.
2. In the Java Request, do the following:
a. Set the L
On Wed, 24 Nov 2004 09:17:21 -0600, praveen <[EMAIL PROTECTED]> wrote:
> Thanks for clearing up the first sebb. Should I report the second as a
> bug somewhere?
>
Yes, please, using Bugzilla.
S.
-
To unsubscribe, e-mail: [EMAIL
Thanks for clearing up the first sebb. Should I report the second as a
bug somewhere?
On Wed, 24 Nov 2004 14:17:55 +, sebb <[EMAIL PROTECTED]> wrote:
> 1) Regex Extractors not applied in the expected order:
>
> JMeter test plans are not strictly ordered - only some test elements
> are guaran
1) Regex Extractors not applied in the expected order:
JMeter test plans are not strictly ordered - only some test elements
are guaranteed to be executed in the order they appear in the plan,
see:
http://jakarta.apache.org/jmeter/usermanual/build-test-plan.html#scoping_rules
Whether it would be
> 3. I also find that if the variable name (eg. variable_name) contains
> an underscore, ${variable_name_g1} is not resolved to the variable
> value (in the PATH field of a HTTP request. Not sure about the rest of
> the places.)
I realized the above is incorrect. I got it to work. The rest two
i
-- Forwarded message --
From: praveen <[EMAIL PROTECTED]>
Date: Tue, 23 Nov 2004 18:05:02 -0600
Subject: Re: nesting constants/variables between two groups in template
To: sebb <[EMAIL PROTECTED]>
Thanks for the detailed explanation Kyle. The Match No. I use is &
On Tue, 23 Nov 2004 14:28:59 -0500, Kyle McAbee <[EMAIL PROTECTED]> wrote:
[...]
> Might a "How can I trouble-shoot a regular expression in JMeter?" topic be a
> useful addition to the FAQ?
>
Yes, please!
Anyone can update the FAQ.
You just need to create an account first if necessary and log
FAQ?
Sincerely yours,
Kyle
-Original Message-
From: praveen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 23, 2004 1:05 PM
To: JMeter Users List
Subject: nesting constants/variables between two groups in template
I have a regex
(rex1)(rex2)(rex3)
The template looks like
$1$CONSTAN
I have a regex
(rex1)(rex2)(rex3)
The template looks like
$1$CONSTANT$3$
But the result I see is:
$1$$2$CONSTANT
Even if I replace the CONSTANT with some variable, the same thing happens.
I am using 2.1.20041011 (build from src). Is it a bug or am I doing
something wrong?
thanks
--
11 matches
Mail list logo