Hi! I've made a script in witch all requests sent are grouped by Transaction Controllers. Each Transaction Controller represents an user "click".
Now I need to controll the amount of Througput an user generates in terms of clicks( instead of sent requests). Is there any way to achieve this? I've been looking into Constant Troughput timer, but it seems it only works on threads not controllers. THAnks in advance for all tips! /Ivan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

