Set parameter

Sets parameters.

When to use?

When we want to store and reuse values.

How to use:

  1. Select the SCOPE TYPE from the drop-down
  2. Scope type installation is for the duration of the whole installation and has the longest life span
  3. Scope type session is for the duration of the session
  4. Scope type request is for the duration of a single request
  5. Add parameters you wish to store into the PROPERTIES field, like his: parameterName : ${parameterValue}
  6. You can access the created parameters like this: ${parameterName}

Example of usage for creating an array

We're going to create a two dimensional array in this format: players[index]["name"]