[DisplayName("Think Time Emulator 10/190"),Description("Sets a context parameter named ThinkTime in each starting test to a random value between 10%-190% of the specified value.")]
publicclassThinkTimeEmulator10190:ILoadTestPlugin
{
[DisplayName("ThinkTime"),DefaultValue(0),Description("The Think Time to be used seconds. Default is 0.")]
[DisplayName("ThinkTime"),DefaultValue(35),Description("The Think Time to be used seconds. Default is 35.")]
publicintThinkTime{get;set;}
[DisplayName("Minimum"),DefaultValue(10),Description("Percentage of ThinkTime to be used as the minimum value")]