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"));
Nesta página do site você pode assistir ao vídeo on-line How to write postman scripts using set and get VARIABLES through SCRIPTING duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário AllSoftwareProgramming 21 Julho 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 12 vezes e gostou 1 espectadores. Boa visualização!