Changes for page SetVarConcat
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
edited by Outhman Moustaghfir
on 2024/02/20 15:58
on 2024/02/20 15:58
edited by Outhman Moustaghfir
on 2024/02/20 15:56
on 2024/02/20 15:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,5 @@ 1 + 2 + 1 1 = Overview = 2 2 3 3 The `SetVarConcat` function is designed to help you easily update and concatenate values to variables during the execution of scenarios in your application. ... ... @@ -4,8 +4,10 @@ 4 4 5 5 = Purpose = 6 6 9 + 7 7 This function is useful when you need to modify the content of a variable dynamically within a scenario. 8 8 12 + 9 9 = Parameters = 10 10 11 11 * **variable_name**: (Type: string) The unique identifier for the variable. ... ... @@ -12,6 +12,7 @@ 12 12 * **value**: The new value to concatenate with the existing variable value. 13 13 * **global**: (Type: boolean, Optional) Specifies whether the variable is global or local. Defaults to False 14 14 19 + 15 15 = Uses = 16 16 17 17 {{code language="XML"}} ... ... @@ -19,4 +19,4 @@ 19 19 20 20 {{/code}} 21 21 22 -= = 27 += =