Using Javascript I want to get the NeoLoad Project folder "data" folder, what is the query?
${NL-CustomResources} variable, it gives you the relative path in...
Question 1:
Created a javascript to write variables into csv file, working fine when run from localhost agent,
But when run from load agent, the csv file is not getting...
From server response, I have captured all occurance of Dates in a variable "NL_ExtractArray" Since it has 100 values.
now, I have to access all the content of...
I was able to find the solution myself, :
var NLArrayLength = context.variableManager.getValue("C_EffectiveDate_matchNr");
var JSDateArray =new Array();
//var JSDateArray...