There is issue while setting up global variables Given sample -> var jData = fc.response.json(); fc.globals.set("XYZ",jData.content); and the json reponse contains "content" too still the environment variables are not set
There is issue while setting up global variables
Given sample ->
var jData = fc.response.json();
fc.globals.set("XYZ",jData.content);
and the json reponse contains "content" too still the environment variables are not set