RE: nesting constants/variables between two groups in template

2004-12-02 Thread Kyle McAbee
[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)

Re: nesting constants/variables between two groups in template

2004-12-02 Thread sebb
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

RE: nesting constants/variables between two groups in template

2004-12-02 Thread Liao, Avian
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

Re: nesting constants/variables between two groups in template

2004-11-24 Thread sebb
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

Re: nesting constants/variables between two groups in template

2004-11-24 Thread praveen
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

Re: nesting constants/variables between two groups in template

2004-11-24 Thread sebb
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

Re: nesting constants/variables between two groups in template

2004-11-23 Thread praveen
> 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

Re: nesting constants/variables between two groups in template

2004-11-23 Thread sebb
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

RE: nesting constants/variables between two groups in template

2004-11-23 Thread Kyle McAbee
Dear Praveen and JMeter Users: This approach works for me when trouble-shooting a regular expression in JMeter: 1. Check the regular expression with a regular expression tester. This provides a test independent of JMeter. Rewrite the regular expression, if needed. 2. In the Regular Expression E