We are looking into creating some "test as code" definitions within a project which was designed in NeoLoad GUI so hence it would be a "hybrid" project with a project file. Do...
As long as your libraries have been defined in your project you should be able to access them from a Javascript defined in your yaml file. I have quickly tested with the...
Hi,
I have a CSV file which I want to read in the javascript file. The file variable is named as AUTHDATA.
This is how Im accessing it in java script.
var authData...
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...