1Local variables are temporary, and only accessible
2in your request scripts. Local variable values are
3scoped to a single request or collection run, and are
4no longer available when the run is complete.
1Local variables are temporary values you set in your request
2scripts using syntax :
3
4pm.variables.set("variable_key", "variable_value");