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>
    

Tags:
    
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian