Mike, Did you fix this problem. If you have fixed, can you tell me the file names. Otherwise I did some debugging and found this:
In GUI mode, ParamMask.resetValue() is called before calling ParmaMask.getNextValue() for the first time. But ParamMask.resetValue() is not getting called in non-gui mode. Can you please look into this? --tnx Venkat ----- Original Message ----- From: "Mike Stover" <[EMAIL PROTECTED]> To: "Venkat Dosapati" <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 10:05 PM Subject: Re: problem with HTTP Parameter Mask from cmd line > Looks like a bug - the param mask modifier getst initialized by the gui, but not by a > nongui test. It's a quick fix and I'll have it in CVS and tomorrow's nightly build. > > -Mike > > On 21 Oct 2002 at 19:16, Venkat Dosapati wrote: > > > Hi, > > > > I am using JMeter nightly build on October 7th 2002. > > I defined a testplan using HTML Parameter Mask to use different > > login Ids in the execution of the following requests in the TestPlan. > > > > Please see the attachment: > > This HTML Parameter Mask is added under Root->TestPlan->CSR Group > > ->CSR Login node. > > The parameter details: > > Name: loginId > > ID Prefix: csr_ > > LowerBound: 1 > > UpperBound: 5 > > Increment: 1 > > > > > > And in the following request I used the above parameter loginId and > > its value as '*'. > > > > > > When I run the above TestPlan from GUI, it is replacing loginId's > > value with one of the csr_1, csr_2, csr_3, csr_4 or csr_5. It is working > > fine. > > But when I run the above TestPlan from command line, it is replacing > > loginId's value with starting from csr_0. Why is it taking '0' as > > lower bound when I run the testplan from cmd line?. > > > > ----tnx > > Venkat Dosapati > > ATS TransLogic Systems > > 5th floor Amogh Plaza, Green Lands > > Hyderabad, AP-500 016, India > > ph : +91-40-3401795 x24 > > fax : +91-40-3407943 > > > > > > -- > Michael Stover > [EMAIL PROTECTED] > Yahoo IM: mstover_ya > ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:jmeter-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jmeter-user-help@;jakarta.apache.org>

