Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
maxLevel1

Multiexcerpt include macro
nameOLD
pageQFWM4:Qualitia System Variables


Multiexcerpt macro
nameNEW

$$_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_HEADERS

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.

$$_HTTP_REPONSE_TIME

This variable stores the time taken to get the HTTP response. You can use this value to form the test case flow based on your requirements.