used only as a child of <map-variable/>, it allows the ability to map one or more
text values to a variable. The variableType of <map-variable/> can be used to when defining
multiple values.
For example:
<testcase xmlns="jelly:jameleon">
<some-session application="someApp" beginSession="true">
<some-tag-that-uses-context-variables
functionId="Verify successful navigation, using a different variable.">
<map-variable toVariable="resultsText" variableType="list">
<variable-value>value 1</variable-value>
<variable-value>value 2</variable-value>
<variable-value>value 3</variable-value>
<variable-value>value 4</variable-value>
</map-variable/>
</some-tag-that-uses-context-variables>
</some-session>
</testcase>
Tag Name: <variable-value>
Field Summary
Fields inherited from class net.sf.jameleon.VariableTag
An implementation of the doTag method provided by the TagSupport class.
Maps the value in the fromVariable over to the original variable name, toVariable.