Dynamic value generation

Prev Next

Dynamic value is a feature that allows you to generate dynamic values that change each time, such as random strings (random numbers) or dates, without a JS step.

To add a Dynamic value to your scenario, navigate to Insert Step > Dynamic value:

Screen Shot 2022-07-14 at 15.46.26.png

The following Dynamic Values are avaiblable:

  • Dynamic date
  • Random string with characters
  • Random integer

Screen Shot 2022-07-14 at 15.46.46.png

You can see the descriptions for the Dynamic Value of your choice in the step details.

Screen Shot 2022-07-14 at 15.47.00.png

Just as with return values of JS Steps, you can use the Dynamic Value for text input or assertions in the latter steps.

Screen Shot 2022-07-14 at 15.47.33.png

Now you can achieve more with no code. Let us know if you want to see any other kinds of Dynamic Values!