Specifies whether or not Silk Performer should ignore the thinking periods specified with the ThinkTime function and several low-level web functions.
Kernel.bdh
SetStressTest(in bST: boolean): boolean;
true if successful
false otherwise
Parameter | Description |
---|---|
bST | If this parameter is set to true, Silk Performer ignores the thinking period |
dcltrans transaction TInit begin SetStressTest(true); // In this case, Silk Performer ThinkTime(5.0); // ignores the thinking period end TInit;
Measure01.bdf, Measure02.bdf, Measure03.bdf