1.

How will you log variable values in Postman?

Answer»

We can LOG the variable values in Postman in the CONSOLE by USING the command:
console.log(pm.variables.get("variable_name"));



Discussion

No Comment Found