RE: sharing variable values between thread groups

2003-08-29 Thread luke cassady-dorion
29, 2003 9:39 AM > To: JMeter Users List > Subject: Re: sharing variable values between thread groups > > > Adding the variable to the test plan parameter should > work I guess . > > --- luke cassady-dorion <[EMAIL PROTECTED]> wrote: > > with v 1.9 is there an

sharing variable values between thread groups

2003-08-29 Thread luke cassady-dorion
with v 1.9 is there any way to share the value of a variable between thread groups? thnx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: recording a script with popup windows (jmeter 1.9, jdk 1.4)

2003-08-20 Thread luke cassady-dorion
> Is there javascript stuff going on that looks like a page > reload but really isn't? Do the child > windows make requests to the same server? > not sure what you mean about js stuff htat looks like a reaload, but the child windows all make requests to the same server ... there are a total of

recording a script with popup windows (jmeter 1.9, jdk 1.4)

2003-08-19 Thread luke cassady-dorion
i am trying to record a browser session where the main window pops up several child windows. the recorder seems to record everything in the parent window but nothing in the child windows. i've tested to make sure that the child windows all have the correct proxy settings. a separate problem i am h

RE: nagative numbers in listener results

2003-08-14 Thread luke cassady-dorion
; about this. > Feel free to reopen it with a comment that we should document > the issue. > > luke cassady-dorion wrote: > > when running tests i sometimes get negative numbers in the > min col

nagative numbers in listener results

2003-08-09 Thread luke cassady-dorion
when running tests i sometimes get negative numbers in the min column of my aggregate report. does anyone know what this means? thnx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Assertions and regexFunction do not work with multiple redirects

2003-07-29 Thread luke cassady-dorion
i ran into a similar problem with the regex function ... in my situation i knew that there was going to be exactly on redirect, so i manually followed the redirects and put the regex after the last http sampler. it's a bit of a hack, but seems to work ... wouldn't really work if you had an unknown

are variables immutable?

2003-07-25 Thread luke cassady-dorion
are variables in jmeter mutable or immutable? i'm experiencing some oddness in a loop and the only explanation i can think of is that maybe variables are immutable? if this is the case, is there a work-around? thnx - To unsubsc

jtl overwriting jmx

2003-07-24 Thread luke cassady-dorion
so i just quit out of jmeter and when i tried to open my file again i received an error saying that there is a problem with the SAX implementation. upon opening the jmx file to see if there is a problem, it seems that the data which should have appeared in a jtl file overwrote the data in my jmx fi

RE: using the regular expression extractor to obtain a form value

2003-07-23 Thread luke cassady-dorion
t; > > > Then, in the View Results Tree, the name of the sampler > appears, and > > you can see what questionID got set to. I would recommend > making your > > default value something > > more obvious, like "failed!" > > > > Also, shouldn't

ThreadGroups parallel or serial

2003-07-22 Thread luke cassady-dorion
with version 1.8, if i have multiple thread groups at the same level are they run in parallel or serial? i had assumed that they were run in parallel but the new option in 1.9 to "run each thread group separately" confused me. -

RE: using the regular expression extractor to obtain a form value

2003-07-21 Thread luke cassady-dorion
needs to be in the > parentheses? I know when I > do .*, I use (.*) rather than (.)*, which seems analogous. > > -Mike > > On 17 Jul 2003 at 13:53, luke cassady-dorion wrote: > > > using jmeter 1.9.RC3 (yesterday afternoon's source) on windows > >

using the regular expression extractor to obtain a form value

2003-07-17 Thread luke cassady-dorion
using jmeter 1.9.RC3 (yesterday afternoon's source) on windows i'm trying to use the regular expression extractor to obtain the value of a hidden form element, which i then use as part of a condition evaluation (using cyrus montakab's IfController controller). i'm not sure why but for some reason