3
.
12
.
5
.
3
Using the Jubula pre-defined test execution variables
Jubula contains pre-defined test execution variables which you can use in your tests.
The following variables are automatically initialized when executing a Test Suite :
TEST_TESTSUITE:
The Test Suite name.
TEST_USERNAME:
The account name you are logged into your computer under.
TEST_DBUSERNAME:
The Database user.
TEST_AUTAGENT:
The hostname for the AUT Agent the test is running on.
TEST_PORTNUMBER:
The port number for the AUT Agent the test is running on.
TEST_AUT:
The AUT name.
TEST_AUTCONFIG:
The AUT configuration name.
TEST_CLIENTVERSION:
The version of the Jubula client you are using.
TEST_LANGUAGE:
The language the AUT and the test are running in, e.g en_US.
To use the value of one of these variables in your test, enter:
${VARIABLE_NAME}
as the parameter value.
For a list of language codes, see the section in the reference manual (-->
Reference Manual
) for details.
Copyright BREDEX GmbH 2012. Made available under the Eclipse Public License v1.0.