Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pages/assertions/Placeholders-Usage-and-Limits.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Placeholder style
Zerocode supports both `${...}` and `{{...}}` placeholders in test scenarios, target environment property files and parameterized CSV scenarios. Both styles can be used in the same scenario.

For example, `${RANDOM.NUMBER}` can also be written as `{{RANDOM.NUMBER}}`. The same applies to `SYSTEM.PROPERTY:`, `SYSTEM.ENV:`, `PARAM.*`, `MASKED:` and property-key placeholders.

Unknown double-brace values are not replaced. For example, `{{localdatetime offset='-1 days'}}` remains as it is when it is not a Zerocode token or property key.

## Random number
The random number can be generated in a step using the placeholder `${RANDOM.NUMBER}`

Expand Down