diff options
Diffstat (limited to 'org.eclipse.jubula.documentation/manual/en/docbook/tasks/workWithData/sectionUsingFunctionsAsData.xml')
-rw-r--r-- | org.eclipse.jubula.documentation/manual/en/docbook/tasks/workWithData/sectionUsingFunctionsAsData.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/org.eclipse.jubula.documentation/manual/en/docbook/tasks/workWithData/sectionUsingFunctionsAsData.xml b/org.eclipse.jubula.documentation/manual/en/docbook/tasks/workWithData/sectionUsingFunctionsAsData.xml index d06836be3..cabe5cba5 100644 --- a/org.eclipse.jubula.documentation/manual/en/docbook/tasks/workWithData/sectionUsingFunctionsAsData.xml +++ b/org.eclipse.jubula.documentation/manual/en/docbook/tasks/workWithData/sectionUsingFunctionsAsData.xml @@ -14,7 +14,7 @@ <anchor role="helpid" id="guidancerPropertiesViewContextId">Properties View</anchor> <anchor role="helpid" id="guidancerCentralTestDataEditorContextId">Central Test Data</anchor> <para> - You can calculate specific values without to enter the results + You can calculate specific values without entering the results yourself using <emphasis>functions</emphasis>. There are specific functions that work out-of-the-box, and additional functions can be added as well. @@ -226,10 +226,13 @@ <para> Reads the value on the node (e.g. Test Case, Test Step) on which this function is resolved, and uses this as the - data for the Test Step. It has two possible arguments, + data for the Test Step. It has four possible arguments, <emphasis>name</emphasis> reads the name of the node, - and <emphasis>comment</emphasis> reads the comment on - the node. If the comment is empty, the value used is + <emphasis>comment</emphasis> reads the comment on + the node, <emphasis>description</emphasis> + reads the raw (non-rendered) + description on the node, and <emphasis>task.id</emphasis> reads + the task ID on the node. If the content is empty, the value used is <emphasis>null</emphasis>. If you have overwritten either the name or the comment at this place of reuse, then these new details are used. |