Jubula has various different types of parameter:
You can use these parameters separately, or you can combine them to create a parameter value. This is useful if a value you want to enter or check consists of parts that change and parts that stay the same.
To combine different types of parameter to make one value, you must write them in a specific way:
- Referenced parameters must be written with curly brackets around the reference name:
"={REF_NAME}" - Variable names must also be written with curly brackets around them:
"${VAR_NAME}" - Concrete values are written as normal.
- For example, you can build a data string that contains all four types of data:
"test_={PROJECTNAME}_${CUSTOMERNUMBER}_?now()"
Copyright BREDEX GmbH 2012. Made available under the Eclipse Public License v1.0.