- Overview
- Getting started
- User Guide
-
Reference
-
Steps
- addToInt
- awaitAllResponses
- awaitDelay
- awaitInt
- awaitVar
- breakSequence
- clearHttpCache
- conditional
- fail
- foreach
- httpRequest
- json
- log
- loop
- nextSequence
- noop
- pullSharedMap
- pushSharedMap
- randomCsvRow
- randomFile
- randomInt
- randomItem
- scheduleDelay
- set
- setInt
- stop
- stopwatch
- stringToInt
- template
- thinkTime
- unset
- Processors
- Actions
-
Steps
- Custom extensions
- Controller API
- Release notes
addToInt
Add value to integer variable in the session.
Inline definition |
---|
Accepting one of: var++ , var-- , var += value , var -= value . |
Property | Type | Description |
---|---|---|
orElseSetTo | int | If the variable is currently not set, set it to this value instead of addition. |
value | int | Value added (can be negative). |
var | String | Variable name. |