In this video tutorial, I will explain to you how to write postman scripts using set and get VARIABLES through SCRIPTING
How to set variables through Scripting
How to get variables through Scripting
console.log("hello world");
let url=pm.variables.get("url");
console.log(url);
let name=pm.variables.get("Name");
console.log(name);
let test=pm.variables.get("Test");
console.log(test);
//set the variables
pm.variables.set("Name","postman");
console.log(pm.variables.get("Name"));
pm.variables.set("Test","Scripts");
console.log(pm.variables.get("Test"));
On this page of the site you can watch the video online How to write postman scripts using set and get VARIABLES through SCRIPTING with a duration of hours minute second in good quality, which was uploaded by the user AllSoftwareProgramming 21 July 2021, share the link with friends and acquaintances, this video has already been watched 12 times on youtube and it was liked by 1 viewers. Enjoy your viewing!