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...
During a load test, I have a requirement to output dynamic values used for the virtual user instances to a separate file. How do I get Neoload to send these values during a test...
During your load test, you may need to log some information related to your script. This is helpful if you want to check afterwards the data used or modified during your load...