Introduction
Qualitia provides its own set of system variables that let you decide test case or task execution flow at run time. Qualitia System Variables act as global variables and can be accessed in any test case. You can only use the values of these variables, but cannot modify those in any test step. Data type of these variables can be integer, Boolean, and string values. Following is the complete list of System Variables that can be used when developing test cases in Qualitia:
Table of Contents | ||
---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
$$_HTTP_STATUS
This variable stores the HTTP request status when executing SOAP and REST API actions in Qualitia. You can use this value to form the test case flow based on your requirements.
$$_HTTP_HEADER
This variable stores the HTTP headers after executing SOAP and REST API actions with Qualitia. You can use the values from the header to form the test case flow based on your requirements.