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...
Hi Team,
I'm trying to automate performance test from Jenkins Job and neoload scenario should be executed by reserving cloud LGs.
1. I have configured the projects...
i'm trying to launch my scripts with apis , so in my scripts i m using a list that contains data and information of my users account (id , mail , password ) , i tried to start...
As you understood the purpose of that variables parameter is not to modify a list type variable but a constant variable.
What about using a File variable instead of a list...