<
From version < 4.1 >
edited by Outhman Moustaghfir
on 2024/01/30 15:04
To version < 8.1 >
edited by Outhman Moustaghfir
on 2024/01/30 15:12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,6 +4,7 @@
4 4  
5 5  [[image:setvar.png]]
6 6  
7 +
7 7  The SetVar connector is designed to set variables within a scenario by utilizing a JSON file. This connector allows users to define variables and even use dynamic values using expressions.
8 8  
9 9  == Usage ==
... ... @@ -20,7 +20,7 @@
20 20   }}}
21 21  
22 22  {{code language="json"}}
23 -{ "var1": "value1", "var2": "true" }
24 +{ "var1": "value1", "var2": "value2" }
24 24  
25 25  {{/code}}
26 26  
... ... @@ -31,13 +31,13 @@
31 31   }}}
32 32  
33 33  {{code language="json"}}
34 -{ "var1": "value1", "var2": "${GetVar;inputFile}", "nestedVar": { "nestedVar1": "val1", "nestedVar2": "val2" } }
35 +{ "var1": "value1", "var2": "${GetVar;variableName}", "nestedVar": { "nestedVar1": "val1", "nestedVar2": "val2" } }
35 35  {{/code}}
36 36  
37 37  
38 38  === Dynamic Values ===
39 39  
40 -SetVar supports dynamic values using expressions in the ${GetVar;variableName} format. This allows you to reference the values of other variables within the JSON file.
41 +SetVar supports dynamic values using expressions in the** ${GetVar;variableName}** format. This allows you to reference the values of other variables within the JSON file.
41 41  
42 42  == Examples ==
43 43  
... ... @@ -55,7 +55,7 @@
55 55  
56 56  
57 57  {{code language="json"}}
58 -{ "var1": "value1", "var2": "${GetVar;inputFile}", "nestedVar": { "nestedVar1": "val1", "nestedVar2": "val2" } }
59 +{ "username": "john_doe", "email": "${GetVar;Email}", "isAdmin": "false", "nestedVar": { "nestedVar1": "val1", "nestedVar2": "val2" }}
59 59  {{/code}}
60 60  
61 61  
... ... @@ -62,7 +62,7 @@
62 62  == Important Notes ==
63 63  
64 64  * Variables set by SetVar can be referenced within the same JSON file or in subsequent scenarios.
65 -* Ensure proper syntax for dynamic values using ${GetVar;variableName}.
66 +* Ensure proper syntax for dynamic values using **${GetVar;variableName}**.
66 66  
67 67  == Conclusion ==
68 68  
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian