Thank you, that worked :) Regards, Catalin
On 5/12/06, sebb <[EMAIL PROTECTED]> wrote:
On 11/05/06, Catalin Kormos <[EMAIL PROTECTED]> wrote: > Hi there, > > I'm new to jmeter and trying to test a flow of pages. I have a thread group > that has 5 http requests under it which represent the flow i would like to > test. > > My requirements say that each user should be started randomly and this seems > to me like beeing equivalent to starting each thread group randomly. As far > as i can tell the ramp up value tells the delay between each thread group No, it's the total time to start all the threads, so using a Random value won't help. > start. I would like to make that a random value, is it possible? or is there > any other way to do it? i tryind using a value obtained with the __Random > function but had no luck. You could add a random Timer to the first sampler. > I'm using JMeter 2.1.1 > > Thank you in advance. > > Regards, > Catalin > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

