For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set Value

Write a Value into storage for later steps in the Test Case or account.

Data Set value writes a named Value into storage. Use it when you need to save text, a number, a boolean, or JSON for later steps, not when you need to fill a form field.

The Action Set value step fills an input on the page. This Data step updates the Value Store for the Test Case (and optionally the account).

Set value Test Step

When to use it

  • Save a calculated or hard-coded Value under a Storage Name for later Checks or API steps.

  • Choose Storage Scope carefully: Test keeps the Value for this Test Case. Account also updates Assets for later Runs.

Configure

Basics

Field
What to set

Storage Name

Name other steps will read (letters, then letters/numbers/underscores)

Type

String, Number, True / False, or Object / Array

Value

The content to store (shape depends on Type)

Advanced

Field
What to set

Storage Scope

Test and/or Account

Status on fail

Pro tip: Keep environment credentials in Assets Values. Use Data Set value for values this Test Case creates while it runs.

Tags: data, store, set, value

Last updated