On 12/10/2007, Florent Guiliani <[EMAIL PROTECTED]> wrote:
> and I've got:
>
> user1: /foo/1, /bar/1, /foo/1, /bar/1
> user2: /foo/2, /bar/2, /foo/2, /bar/2
>
> Which isn't what I would:
>
> user1: /foo/1, /bar/2, /foo/1, /bar/2
> user2: /foo/1, /bar/2, /foo/1, /bar/2

Which is not what you originally wrote.

> with this test plan:
>
> Thread group (2 users, 2 loop):
>  - http request 1 : /foo/${something}
>  - http request 2 : /bar/${something}

Which is not what you originally wrote.

To get what you are *now* asking, you just need:

Thread group (2 users, 2 loop):
 - http request 1 : /foo/1
 - http request 2 : /bar/2

Perhaps you could clarify what you are trying to do.

>
> sebb a écrit :
> > Read the description for the Maximum parameter
> >
> > On 12/10/2007, Florent Guiliani <[EMAIL PROTECTED]> wrote:
> >> Thanks sebb but I do not see how I can produce :
> >>
> >> user1: /foo/1, /bar/2, /foo/1, /bar/2
> >> user2: /foo/1, /bar/2, /foo/1, /bar/2
> >>
> >> With the Counter component, who is a preprocessor, with this test plan:
> >>
> >> Thread group (2 users, 2 loop):
> >>  - http request 1 : /foo/${something}
> >>  - http request 2 : /bar/${something}
> >>
> >> If I put :
> >> Thread group (2 users, 2 loop):
> >>  - http request 1 : /foo/${something}
> >>  - http request 2 : /bar/${something}
> >>  - counter something : start from 1 step by 1
> >>
> >> I got:
> >> user1: /foo/1, /bar/1, /foo/3, /bar/3
> >> user2: /foo/2, /bar/2, /foo/4, /bar/4
> >>
> >>
> >> sebb a écrit :
> >>> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Counter
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to