On 29/08/2007, Aditi Seth (adseth) <[EMAIL PROTECTED]> wrote: > Hi , > I have a scenario where on each iteration a random request is picked > from a set of requests. For the below example , either A or B or C is > picked after the user logon. Random controller doesn't work , as it > only changes the order of requests during the iteration. Any ideas? > > Thread Group > - HTTP Cookie Manager > - Only Once controller > - HTTP request to login > - Simple Controller
Simple Controller will execute the children in sequence; try the Random Order Controller: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Random_Order_Controller > - HTTP request 1 (A) > - HTTP request 2 (B) > - HTTP request 3 (C) > > Thanks, > -Aditi > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

