QEngine allows creation and usage of environment variables so as to define test cases portable and independent of the environment in which they are created. The test data are allowed to hold environment variables ( eg : $localhost ) which are substituted with values of the environment ( eg : 192.168.4.91 ) at run time. The environment variables may contain only letters prefixed by a $. ( eg $agentname ).
Configuring the Environment Variables
To add a new variable, click the '+' sign next to the Variable Name field. This will add a new row.
Enter the variable name in the Variable Name field.
Enter the value in the Value field.
Click the Save button to save the changes.
To edit the existing variable name or value, edit the values and click the Save button to save the changes.
To delete a environmental variable, click on the delete symbol in the appropriate row. This will delete the row.