SetVarConcat
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
Overview
The `SetVarConcat` function is designed to help you easily update and concatenate values to variables during the execution of scenarios in your application.
Purpose
This function is useful when you need to modify the content of a variable dynamically within a scenario.
Parameters
- variable_name: (Type: string) The unique identifier for the variable.
- value: The new value to concatenate with the existing variable value.
- global: (Type: boolean, Optional) Specifies whether the variable is global or local. Defaults to False
Uses
<TEST><xsl:value-of select="ixf:SetVarConcat('variable_name','ValueToConcat','false')"></xsl:value-of></TEST>