Answers for "what do you mean by environment variable"

0

what do you mean by environment variable

An environment variable is a dynamic-named value that can affect the way running processes will behave on a computer. They are part of the environment in which a process runs
Posted by: Guest on January-06-2021
0

how to define environment variables

Use pm.environment to define an environment 
variable (in the currently selected environment):

pm.environment.set("variable_key", "variable_value");
Posted by: Guest on December-07-2020

Code answers related to "what do you mean by environment variable"

Browse Popular Code Answers by Language