Test Suite Variable
This is a variable that you can define and use within a specific group of tests called a "Test suite". These variables are limited to that particular group and are not accessible out of the group. They are handy for storing and reusing values specific to the tests within that suite, making your testing scenarios more organized and efficient.
To summarize, the test suite variables helps you to manage and reuse the data within a particular set of tests, to ensure that the data is isolated and relevant only to them.
Create Test Suite Variable
To create the Test suite variable, do the below steps:
Step 1: Navigate to the "Variables" section and choose "Test Suite Variable",
Step 2: Click on "+ Add Variable" button to create a new variable, and then finalize the creation process by clicking "Create" button.
Manage Test Suite Variable
Step 1: In the "Variable" section, choose "Test Suite Variable" to view all the variables.Use the kebab menu next to a variable's name to access the options to Clone, Copy, Disable, and Delete.