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).

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
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
Storage Scope
Test and/or Account
Status on fail
Related
Tags: data, store, set, value
Last updated