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

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,6 @@
4 4  
5 5  [[image:setvar.png]]
6 6  
7 -
8 8  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.
9 9  
10 10  == Usage ==
... ... @@ -56,7 +56,7 @@
56 56  
57 57  
58 58  {{code language="json"}}
59 -{ "username": "john_doe", "email": "${GetVar;Email}", "isAdmin": "false", "nestedVar": { "nestedVar1": "val1", "nestedVar2": "val2" }}
58 +{ "var1": "value1", "var2": "${GetVar;inputFile}", "nestedVar": { "nestedVar1": "val1", "nestedVar2": "val2" } }
60 60  {{/code}}
61 61  
62 62  
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian