nca_set_think_time
Example: nca_set_think_time | Session Functions |
Sets the think time range.
void nca_set_think_time( DWORD start_range, DWORD end_range);
start_range | The beginning of the think time range in milliseconds. |
end_range | The end of the think time range in milliseconds. |
The nca_set_think_time function specifies a think time range to be used during script execution. The test uses a random think time from within the specified range and pauses after each action for the length of the think time.
You can define constants for the start and end ranges at the beginning of the script. This allows you to change the range at a single point in the script (see the example).
Return Values
Parameterization
Parameterization is not available for this function.