add_timer
Insert a timer into a JMeter test plan to simulate think time or delays between requests. Set type, base delay, and optional range.
Instructions
Add a timer for think time / delays between requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the timer | |
| type | Yes | Timer type | |
| delay | Yes | Base delay in milliseconds | |
| range | No | Random range in ms (for random timers) | |
| testfile | Yes | Path to the .jmx file |