Method TestParameters.SetItem
Sets item Value or creates new one with given KeyUsage
Function ZAP.TestParameters.SetItem(
String Key,
String Value
)
Parameters
Key
Type: String
Parameter key
Value
Type: String
Parameter value
Returns
No return value
Example
VBScript
Zap.TestParameters.SetItem "demoKey", "demoValue"
JavaScript
Zap.TestParameters.SetItem("demoKey", "demoValue");
Comment
Set new value for "demoKey" test parameter