- 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
array
Stores data in an array stored as session variable.
Inline definition |
---|
Use format toVar[maxSize] . |
Property | Type | Description |
---|---|---|
format | enum | Format into which should this processor convert the buffers before storing. Default is STRING .Options:
|
maxSize | int | Maximum size of the array. |
toVar | String | Variable name. |