Features & Scenarios
Manage Test Cases
Test Cases for Android & iOS Apps
Test Cases for Mobile Web Apps
Test Case List Actions
Importing Postman Collections and Environments
Custom Fields for Test Cases
Label Management
Update Test Case Result in a Test Plan- Test Step Types
Type: Natural Language
Type: REST API
Type: Step Group
Type: For Loop
Type: While Loop
Type: Block
Type: If Condition
Nested Step Groups
Image Injection
Cross-application testing
Store Variables
Stored variables in RESTful API testing are variables that are used to store data from a response body or response headers. This data can then be used in subsequent requests or assertions. You can use this throughout the test case or test session.
Store Variable from Response Body
- Send an API request, and at the bottom of the screen, the response body will appear for the request you sent.
-
Click Outline, then select Store Variable to upload it directly into Stored Variables tab.

NOTE:
- Navigate to Stored Variables > Response Body tab, and click Store Variable to add the field manually.
Store Variable from Response Body (HTML)
- Send an API Request. The Response Body for your request will appear at the bottom of the screen.
-
Hover over the HTML lines in the Response Body and select the attribute to store variables. This action automatically stores the attribute and displays info under the Stored Variables tab.

Store Variable in Headers Tab
- Click Store Variable in the Headers tab. Enter the variable name and enter the header name. Click Create to store variable.
-
At the bottom of the page, click the Headers tab, mouse over to the response header, and click store variable; it will update in the stored variables headers tab.
