Types of Variables
PostQode provides versatile variable support with various scopes to cater to diverse development, testing, and collaboration needs. In PostQode, scopes refer to the specific contexts in which your requests operate, and each variable scope serves distinct purposes depending on the task These are the three types of Variables:
Global Variable
A global variable, accessible throughout your entire workspace, applies to all requests and scripts, ensuring it can be used for all project executions.
Environment Variable
A variable with a scope limited to a specific environment, which allows you to store and access the values relevant to the context of that environment, such as different API endpoints or configurations. It is accessible only to specific individuals who are assigned to that project.
Test Suite Variable
A test suite variable stores values relevant to its tests, enhancing flexibility and organization, and is accessible only to project members.